Kite Connect
- How to write a basic Python script using kiteconnect
End-to-end guide to writing your first Python script with the kiteconnect SDK: installing the package, authenticating, fetching portfolio data, and placing a test order in a clean, maintainable structure.
- How to use postback URLs on Kite Connect
Step-by-step guide to configuring and handling Kite Connect postback URLs so your server receives real-time order update notifications without polling the orders endpoint.
- How to stream live ticks via Kite WebSocket
Step-by-step guide to subscribing to real-time market data ticks using the Kite Connect WebSocket (KiteTicker) in Python, including connection management, reconnection logic, and tick modes.
- How to renew a Kite Connect subscription
Step-by-step guide to renewing or reactivating a lapsed Kite Connect subscription, understanding the billing cycle, and avoiding API downtime caused by subscription gaps.
- How to place an order via the Kite Connect REST API
Step-by-step guide to placing equity, F&O, and commodity orders through the Kite Connect REST API using the kiteconnect Python SDK, including order types, product codes, and error handling.
- How to migrate from Pi bridge to Kite Connect
Step-by-step migration guide for traders moving from the discontinued Zerodha Pi Excel/AFL bridge to the Kite Connect REST API, covering API equivalents, code rewrites, and strategy migration patterns.
- How to generate the request_token and access_token on Kite Connect
Step-by-step guide to completing the Kite Connect OAuth login flow, building the login URL, capturing the request_token, and exchanging it for a session access_token.
- How to generate a Kite Connect API key
Step-by-step guide to registering a Kite Connect app and obtaining your api_key and api_secret from the Zerodha developer console at kite.trade.
- How to deploy a Streak strategy on Zerodha
Step-by-step guide to taking a Streak algo strategy from backtest to live deployment on a Zerodha account, covering Kite Connect authorisation, position sizing, and live monitoring.
- How to authenticate Kite Connect with TOTP automation
Step-by-step guide to automating the Kite Connect daily login using pyotp and requests, eliminating the manual browser step so your algo trading scripts can authenticate unattended every morning.
- Zerodha's open-source contributions
An overview of Zerodha's open-source software projects, including Kite Connect libraries, financial data tools, and infrastructure components published on...
- Streak (no-code algorithmic trading platform)
Streak is a no-code algorithmic trading and strategy-building platform integrated with Zerodha's Kite, enabling retail traders to create, backtest, and.
- Sensibull (options analytics platform)
Sensibull is an options analytics and strategy-building platform integrated with Zerodha's Kite, offering payoff charts, Greeks, IV analysis, and options.
- Kite Publisher (Zerodha embed widget)
Kite Publisher is a Zerodha embed widget allowing third-party websites to place a Kite order form within their own pages, routing executions to the.
- Kite Connect documentation and ecosystem
The Kite Connect ecosystem comprises Zerodha's developer documentation, client libraries, marketplace, and the community of applications built on the Kite...
- Kite Connect API
Kite Connect is Zerodha's REST and WebSocket trading API, enabling developers and algo traders to build applications on top of Zerodha's brokerage.