Skip to content
@Tiny-Trader

Tiny Traders

Open-source trading infrastructure for Indian markets

Tiny Traders

Open-source trading infrastructure for Indian markets.

One engine. Every strategy.


What we build

Package What it does Status
tt-connect Unified Python broker API — auth, orders, portfolio, instruments, WebSocket streaming PyPI
tt-engine Trading engine — strategy execution, order lifecycle, backtesting, risk Coming soon

Why

No end-to-end open-source solution exists for algorithmic trading in Indian markets. Existing tools solve one piece — condition builders for simple logic, fragile VPS setups for deployment, no structured backtesting for derivatives. We're building the reliable, programmable foundation that any strategy runs on.

Get started

pip install tt-connect
from tt_connect import TTConnect

with TTConnect("zerodha", {"api_key": "...", "access_token": "..."}) as broker:
    print(broker.get_profile().name)
    print("Funds:", broker.get_funds().available)

Read the docs · PyPI · tinytrader.in

Popular repositories Loading

  1. connect connect Public

    Unified Python broker API for Indian markets: auth, orders, portfolio, instruments, and websocket streaming.

    Python 3 1

  2. broker-api-docs broker-api-docs Public

    Offline Indian broker API documentation with automated scrapers

    Python

  3. .github .github Public

    Organization profile and community health files

  4. tt-app-cta tt-app-cta Public

    CTA strategy app and backtesting for tt-engine

    Python

  5. tt-datafeed-datastore tt-datafeed-datastore Public

    Engine datafeed adapter for TT Master Data Store API

    Python

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…