Welcome to Aio-Trader’s documentation!¶
Aio-Trader is an async library for accessing Indian stockbroker API and real-time market feeds.
Python version: >= 3.8
- Kite Usage
- Complete Examples
- Package Implementation
- KITE API Reference
Kite
Kite.authorize()
Kite.instruments()
Kite.quote()
Kite.ohlc()
Kite.ltp()
Kite.holdings()
Kite.positions()
Kite.auctions()
Kite.margins()
Kite.profile()
Kite.historical_data()
Kite.place_order()
Kite.modify_order()
Kite.cancel_order()
Kite.orders()
Kite.order_history()
Kite.trades()
Kite.order_trades()
- KiteFeed API Reference
- Utils Reference
Installation¶
1. Clone the repo
git clone https://github.com/BennyThadikaran/Aio-Trader.git
cd aio_trader
2. Create a virtual env using venv and activate it.
py -m venv .
source bin/Activate
# On Windows, run the below to activate venv
.\Scripts\Activate.ps1
3. Install aio_trader
pip install .