Introduction

kiteconnect-ts

Unofficial library for the Kite Connect trading APIs, written in TypeScript.

All classes and APIs are one-to-one with Zerodha’s official kiteconnectjs library, so your existing code should work as is but with the added benefit of types! You will notice TypeScript’s type safety as soon as you initialize a new KiteConnect or KiteTicker class. A bunch of extra types/interfaces are also available and can be used where the type cannot be inferred by TypeScript. See the docs section for more information.

If you notice a bug, please open an issue or consider contributing.

Documentation

These docs are auto-generated from TsDoc comments using TypeDoc, typedoc-plugin-markdown and Nextra.

Feel free to explore this site or go to a specific part:

Other

Credits

Code was adapted from kiteconnectjs, MIT License, Copyright 2018 Zerodha Technology