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?
No, weekly or monthly candles are not directly available through the Historical Data API. You need to generate the required weekly or monthly OHLC candles at your end using the daily candle data.
You can implement the required logic to aggregate the daily candles into weekly or monthly candles based on your requirement. You may refer to this similar discussion.
You can implement the required logic to aggregate the daily candles into weekly or monthly candles based on your requirement. You may refer to this similar discussion.