for example... i do not have historical data subscription....is this possible to get 5 mins data for current date using "kite.historical_data" api... if we cant use historical data api command without historical data subs...then whats the best way to get 5 mins data for current date???
You need to store tick at your end from Websocket streaming and form the required interval candle. You can go through this thread.