OpenAlgo Trading Core
Execute trading operations using OpenAlgo's unified Python SDK. Supports NSE, BSE, NFO, MCX, and currency derivatives with a single API across 25+ brokers.
Environment Setup
The OPENALGO_API_KEY must be set. Get your API key from your OpenAlgo application.
from openalgo import api
client = api(
api_key='your_api_key_here',
host='http://127.0.0.1:5000' # Your OpenAlgo server
)
Quick Start Scripts
Place Market Order
python s
[Description truncada. Veja o README completo no GitHub.]