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

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 .