utilmon / EasyIB

Python wrapper for Interactive Brokers Client Portal Web API
BSD 3-Clause "New" or "Revised" License
89 stars 24 forks source link

Is it possible to get streaming market data with ibeam? #6

Closed desmondsy closed 2 years ago

desmondsy commented 2 years ago

how would one use ibeam to get a continuous stream of market data (or is it not currently possible)? It is easy to do with the native api but it requires the gateway UI to be open, which is quite inconvenient.

utilmon commented 2 years ago

I believe this question should be posted at the Ibeam GitHub repository (https://github.com/Voyz/ibeam/issues). Anyways, it seems WebSocket streaming is possible according to https://interactivebrokers.github.io/cpwebapi/RealtimeSubscription.html