Kite Historical Data Interval-Date Range

YPD781
I am using this Kite API to get OHLCV prices.
kite.historical_data(token, from_date=from_date, to_date=to_date, interval=interval)
However, I am unable to fetch more than 400 days old data on a 3hours candle, the same for 200 days on 15 min candle.
Is there any such limit for API?
Sign In or Register to comment.