How to get the historical data of a index & it's stock for month interval ?

gkninja
I want to get the historical data of index and it's stocks for a month interval. Note: I don't want price for all the days in the month.
Tagged:
  • rakeshr
    @gkninja
    Currently,we don't monthly historical candle.But you can form the same at your end by using day candle,as explained below:
    Select Open as open price of first day of the month,High as highest value among all day's high for the month,Low as lowest value among all low's of the month and Close as close price of last day of the month.
    Check historical data documentation here.
Sign In or Register to comment.