Hi @npkonline, You can use Websockets API for getting last traded price, volume and market data. But websockets API is not available in PHP client. You can use kiteconnectjs to get live market data.
Hi, Kite Connect contains two subscriptions, one is base subscription which will give you access to live market data, placing orders, fetch positions, margins, holdings and more. Another add-on subscription is for historical data which will cost you Rs2000 and the second one is optional.
You can use Websockets API for getting last traded price, volume and market data.
But websockets API is not available in PHP client. You can use kiteconnectjs to get live market data.
You can check API documentation and javascript documentation.
Thanks for the reply. Your docs show some php example for retrieving market quotes and has a PHP example also.
https://kite.trade/docs/connect/v1/#retrieving-market-quotes
What is this?
Can we install this kiteconnectjs on a shared hosting server? Can you give me some information on the same?
You can use it anywhere and your setup has to support nodejs.
Is it just Rs.2000 per month? Or are there any other charges which might come up during the usage of this API?
-Naveen
Kite Connect contains two subscriptions, one is base subscription which will give you access to live market data, placing orders, fetch positions, margins, holdings and more. Another add-on subscription is for historical data which will cost you Rs2000 and the second one is optional.