Hi All, i am new to Kite connect. I am developing app. For that i need real time data. What is the procedure for that. Please help me and thanks in advance
@dagamshiva Open a A/c in Zerodha if not already Signup @ https://developers.kite.trade if not already. Create a Kite Connect App (Rs2000/pm){Real-time Data, Order Placement, Account Access)
Kite Connect App is nothing but just a subscription, once subscribed by paying Rs2000/-, you will be provided with a API Key & Secret Key (valid for 1 month) which will be used to access your trading a/c, get real-time data, order placement etc.
If you are building the app in .Net, then try KiteDotNet. Its a wrapper built around Kite Connect API. With KiteDotNet, You no need to wrap the Kite API again.Just Import the namespace and use the supported functions/functions directly.
Is KiteDotNet open source? If so can you share github link? What i found here is only a sample project using KiteDotNet. (https://github.com/HowUTrade/KiteDotNet)
Check out documentation here https://kite.trade/docs/connect/v1/#streaming-websocket
Open a A/c in Zerodha if not already
Signup @ https://developers.kite.trade if not already.
Create a Kite Connect App (Rs2000/pm){Real-time Data, Order Placement, Account Access)
Kite Connect App is nothing but just a subscription, once subscribed by paying Rs2000/-, you will be provided with a API Key & Secret Key (valid for 1 month) which will be used to access your trading a/c, get real-time data, order placement etc.
If you are building the app in .Net, then try KiteDotNet. Its a wrapper built around Kite Connect API. With KiteDotNet, You no need to wrap the Kite API again.Just Import the namespace and use the supported functions/functions directly.
Is KiteDotNet open source? If so can you share github link?
What i found here is only a sample project using KiteDotNet. (https://github.com/HowUTrade/KiteDotNet)