Skip to content

busygin/ib_data_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ib_data_loader

A python script to download daily futures market data (5 sec bars) from Interactive Brokers using IbPy.

Usage: python main.py symbol exchange expiry date

symbol - ES, NQ, CL, NG, GC, etc.

exchange - GLOBEX (for ES, NQ) or NYMEX (for commodity futures)

expiry - YYYYMM format (e.g., 201506)

date - YYYYMMDD format (e.g., 20150428)

Saves 5 sec bar data as a text file date.bars

The columns are:

timestamp, open, high, low, close, volume, count, WAP, hasGaps

!! This software is provided AS IS. NO WARRANTY is expressed or implied. !!

About

A python script to download daily futures market data from Interactive Brokers using IbPy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages