8000 GitHub - richardbowen/ibget: Gets reports from Interactive Brokers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

richardbowen/ibget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ibget

Downloads flex reports from Interactive Brokers.

I use this with a cron job to download positions at the end of each day.

usage

Run with command line like below:

java -jar ibget-1.1-jar-with-dependencies.jar 111111111112222222333333  778899 /data/ib/

Where

  • arg1 is the Flex Code you get from IB
  • arg2 is the query code
  • arg3 is the location to store the csv file output

build

To create Jar use Maven:

mvn assembly:single

About

Gets reports from Interactive Brokers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0