Hi,
I have devised an python program that downloads historical data every 3 mins of about 50 symbols. The data is retrieved every 3 min for 3min time frame for the past 5 days.
One of the posts in this forum said that the limit is 10000. i.e. I can download historical data 10000 times.
So if I run the program every 3 mins for 360 mins then it is 120 times for each symbol.
That amounts to 6000 times for 50 symbols in a day.
But for me around 12pm to 1pm every day, the history starts returning no data.
Apart from this I retrieve LTP for these symbols every 5 seconds. I use Fyers.quote option.
Why is this issue happening.
Ganesh