I'm trying to create API to facilitate the connection for KiteXL (https://howutrade.in/docs/kitexl/html/Introduction.htm). Does the API need to full-fledged or just a publisher? If full-fledged version, is that payment one time or a recurring in month/year/...?
Hi @Thamarai, Kite Connect App is monthly subscription based service. It will cost you Rs2000/ month and if you want to use historical data, it is an add-on subscription which is 2000/month.
Hi @Thamarai, As of now, you need to subscribe for historical data for accessing same day's data also. As an alternative, you can use streaming websocket API to generate your own candles.
Hi @Thamarai, Websockets API provides live market data. You need to store all the ticks and based on that you need to generate your own candles. Websockets API is included in the base subscription. You can check out documentation here.
Kite Connect App is monthly subscription based service. It will cost you Rs2000/ month and if you want to use historical data, it is an add-on subscription which is 2000/month.
Can the current day's intraday data be pulled from Kite Connect without subscribing for historical data?
As of now, you need to subscribe for historical data for accessing same day's data also.
As an alternative, you can use streaming websocket API to generate your own candles.
Is streaming websocket API comes along kite connect subscription or need to pay separately?
And how much data can be accessed from that? Just the current day or historical too?
Websockets API provides live market data. You need to store all the ticks and based on that you need to generate your own candles.
Websockets API is included in the base subscription. You can check out documentation here.