Number of years of historical data

saurabhsuchak
How many years of data is available if I want to fetch the historical data for 1min and 5min timeframes for NIFTY?
  • nagavenij
    nagavenij edited March 20
    We have limitations to fetch historical data
    "minute": 30,
    "hour": 365,
    "day": 2000,

    "3minute": 90,
    "5minute": 90,
    "10minute": 90,
    "15minute": 180,
    "30minute": 180,
    "60minute": 365
    You can fetch complete historical data by making multiple requests within these limits.
Sign In or Register to comment.