What is the max limit of requests to fetch historical data? I have a python code from which I want to pull historical records of all Futures segment securities, approx 600+.
So while debugging in python, many of the requests are giving Error - 429 - Too many requests.
How many max number of requests are allowed in a second?