Skip to content

Easily read an interactive brokers flex query from the official API or pass an already downloaded report

License

Notifications You must be signed in to change notification settings

Pacman1988/ib-flex-reader

 
 

Repository files navigation

ib-flex-reader

This library can help you with fetching flex queries from Interactive Brokers. Just pass Token and Query ID and wait until it has finished.

Build Status Nuget

Usage

Simple call the library by passing your token and queryId:

	...
	FlexResult result = new Reader().GetByApi(token, queryId).Result;
	...

Or pass an already downloaded file:

	...
	FlexQueryResponse result = new Reader().GetByString(content);
	...

Install

nuget install Biehler.IbFlexReader

Requirements

It requires your application to be .NET Standard 2.0 compliant.

IB Setup

Please read the wiki to be informed about the required IB setup.

About

Easily read an interactive brokers flex query from the official API or pass an already downloaded report

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%