Skip to content

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

Notifications You must be signed in to change notification settings

jkqq147/ib_data_loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

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 - 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 .bars

The columns are: timestamp, open, high, low, close, volume, count, WAP, hasGaps

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%