Skip to content

gabbersepp/ib-flex-reader

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 2, 2018 17:11
December 2, 2018 17:10
March 11, 2019 22:43
October 18, 2018 07:21
May 7, 2020 19:29
March 13, 2019 00:37
December 14, 2019 09:18

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.

Release Notes

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages