5 min candle sticks data

TPcodes
Is there a way to get 5 min candle sticks data for 1 year?
  • sujith
    You can check out the historical API documentation here.
  • TPcodes
    yes but it is giving me data only for 60 or 90 days, when I enter more than that it shows error date out of range.
  • sujith
    You need to loop through and keep changing dates and fetch data multiple times. Basically dump the data at your end and use that as the source.
Sign In or Register to comment.