GetHistoricalData() for Week and Month

Saleem
histList = kite.GetHistoricalData(instruToken, start, end, KiteConnect.Constants.Interval.Minute5, false, true);

I want to get the historical data on a weekly and a monthly time frame, I see only Day as the highest time frame available to call this API.
KiteConnect.Constants.Interval. this class/structure does not have enumeration for week and month.

Is there a way to access the historical data in Weekly and Monthly candles using this API? or some other API?

Any help will be great.

Thanks,
Saleem
Sign In or Register to comment.