Skip to content

mattbeard0/InteractiveBrokersFlexQueryPuller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InteractiveBrokers

Overview

Easy-to-use CSV puller for Interactive Brokers Flex Queries. Queries must be already set up.

Simply enter the auth token, the query ID's and they will return as CSV's.

Installation

To install the necessary dependencies, run:

pip install -r requirements.txt

In the same folder as the script, set up two ".txt" files, as follows:

token.txt

000000000000000000000000

Found under "Configure Flex Web Service", as "Current Token".

query.txt

0000000,Friendly Name

The output file type for your Queires must be CSV.

Usage

To use the scripts in this repository, you will need to have an Interactive Brokers account and obtain API access.

Contact

For any questions or issues, please open an issue on GitHub or contact the maintainers.

About

Personal Interactive Brokers Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages