How far historical stocks data goes back ?

prasad_n_k
I am trying to fetch historical stock data for last few years for 1 hour candle but I get only last 2 months data. Is there any limitaion which I am not aware of and any workaround to get historical stock data for different timeframe candles going back few years ?
Tagged:
  • nagavenij
    Yes, 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.