How to stream live data for 15000 option instruments

ApeshitLlama
I understand each api is capped at 4k instruments. So if i buy 4 api keys will i be able to run them using a threadpool executor in python to live stream data using a web socket? I got API keys but i am not able to maintiain more than one live web socket connection, capped at live streaming data of 4000 instruments. Can this not be done using a single ID and will i have to get the API keys from 4 different IDs to maintain web socket connections?
  • sujith
    One can create up to 3 Websocket API connection using one api_key. And each of these can support streaming for up to 3000 instruments. If you want more, you will have to create a new api_key and use that.
Sign In or Register to comment.