Does the IB API offer a price snapshot function?

Discussion in 'App Development' started by Zzzz1, Oct 27, 2016.

  1. Zzzz1

    Zzzz1

    Does the Interactive Brokers API offer a current price snapshot function that does not subscribe me to streaming real-time data and that does NOT count toward the historical data request throttling / caps?

    Thanks
     
  2. Zzzz1

    Zzzz1

    Nevermind, I found that reqMarketData() contains a parameter to treat the request as a snapshot request instead of requesting a continuous data stream.
     
  3. Robert Morse

    Robert Morse Sponsor

    What are the "throttling / caps?" Not familiar with that. Do they limit MD to your TWS or something else?
     
  4. Zzzz1

    Zzzz1

  5. Robert Morse

    Robert Morse Sponsor

    So it is for backtesting not RT MD that they reduce bandwidth?
     
  6. Zzzz1

    Zzzz1

    yes they only throttle historical data requests. And there is a cap on the concurrent number of real time streaming data.

     
  7. Robert Morse

    Robert Morse Sponsor

    Thx
     
  8. That's correct. I stream real-time intraday data for multiple symbols. Anything over 30 could trigger their throttling mechanism.