Python client Takes too much time to get historical data

Thiru
Hi Team,
I am using python client to fetch intraday historical data (5 mins data) for scripts. At first iteration around 140 stocks takes 1 minutes, but on the up next iterations are taking more time to fetch the data (like 3 minutes, 4 minutes etc.,). why this latency issues?

Is there any api available to get bulk data for multiple scripts at a time?

Total time taken 1 == 00:01:06
Total time taken 1 == 00:03:05
Total time taken 1 == 00:04:15
  • sujith
    The historical data is provided for backtesting purposes only. You can generate candles at your end using the live market data provided via Websocket API. You can get started here.
Sign In or Register to comment.