API for KiteXL and Pricing

Thamarai
Hello,

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/...?
  • sujith
    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.
  • Thamarai
    Hi Sujith,

    Can the current day's intraday data be pulled from Kite Connect without subscribing for historical data?
  • sujith
    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.
  • Thamarai
    Thank you Sujith.

    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?
  • sujith
    sujith edited September 2017
    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.
Sign In or Register to comment.