InputException: Difference between `to` and `from` dates for `day` cannot be more than 2000 days

naz
@sujith :
Hi,
I am using historical data api and trying to fetch NIFTY historical day wise data and getting above exception. My query is - Why is it not allowed to fetch data for more than 2000 days ? Please let me know if there is a way to gather data as far back as possible for NIFTY - i am not sure if I am missing something here.
Tagged:
  • tonystark
    You can split the dates into smaller ranges and fetch them and combine them at the end. Rate limits are applied to reduce the load from the server and to reliably transfer data to clients.
Sign In or Register to comment.