New Forum

Visit the new forum at http://godelsmarket.com/bb

IB Historical Data Download/Importer

When finished, will download historical quotes from Interactive Brokers and import them into a MySQL database.

Current code: IB Historical Quotes Downloader (GUI version)
Non-GUI IB Historical Data Downloader (Non-GUI version, RECOMMENDED)

Related Links:
Download Historical Data From Interactive Brokers

1 comment:

  1. Maybe you would be interested in my code on downloading hist data. It respects IB timing limitations (60 requests/10 min) by use of timeKeeper.py
    http://code.google.com/p/trading-with-python/source/browse/#svn%2Ftrunk%2FhistoricDataDownloader
    I also have a CSV database class, that stores downoladed data into a directory tree structure.

    ReplyDelete