The History API documentation has the below statement (https://myapi.fyers.in/docsv3#tag/Data-Api/paths/~1DataApi/post).
Unlimited number of stocks history data can be downloaded in a day.
What does this statement mean? The work 'Unlimited' is misleading.
Because 'Unlimited number of stocks history data' cannot be downloaded because of rate limit. One history call fetches data for one stock only.
Does it mean 'All stocks data can be downloaded and no stocks are excluded from History API'?