Exclusive 22% OFF All Quantra by QuantInsti Courses for IBridgePy Users Master algorithmic trading from beginner to advanced — Python for trading, machine learning strategies, options trading, and more.
HUI22 Use HUI22 for 22% off
HUI7 Stack HUI7 for an additional 7% off
Browse Courses →
← Back to Blog

IBridgePy update on 7/13/2017

July 13, 2017
The IBridgePy has been updated on 7/13/2017. The major updates include:
  1. Fixed the bug of  KeyError: 'last_price'
  2. Updated data.current: The sequence of securities in the output pandas Series/DataFrame is same as the input sequence of securities, which is in line with Quantopian's data.current
  3. Updated data.history: The sequence of securities in the output pandas Series/DataFrame/ panel is same as the input sequence of securities, which is in line with Quantopian's data.history
  4. Added a new function: request_historical_data(security, barSize, goBack, endTime). The input is very similar to IB API's function reqHistoricalData
  5. Deprecated reqHistParam: use request_historical_data instead.
Please let us know if you have any questions. We will try our best to fix any bugs as soon as we can. IBridgePy team