Free XTS API. Integrated with every major Indian algo platform.
Symphony Fintech’s XTS is the backbone - the same API the institutional prop desks run on. Our account holders get it free, unlimited, with dealer-tier access. Activate in 24 hours.
Eight platforms. One API. Your strategy wins.
Dedicated setup at docs.algotest.in/broker/acagarwal/. Backtest, live-trade, paper-trade F&O and equity strategies with no-code builder.
Setup docs →100+ broker integrations. Visual strategy builder + Python. Configure page: tradetron.tech/html-view/Configure-AC-Agarwal-Pro.
Setup docs →White-label marketplace at acagarwal.algobulls.com with 150+ pre-built strategies you can subscribe and run. Free setup.
Setup docs →Fully automated F&O trading. Detailed AC Agarwal setup at quantiply.tech/documentation/broker-setup/ac-agarwal.
Setup docs →Open-source, self-hosted algo platform. Full XTS compatibility for 5Paisa / IIFL / Jainam / AC Agarwal.
Setup docs →Cross-broker API aggregator. Listed under supported Symphony XTS brokers.
Setup docs →Your first order, in under ten lines.
The official Symphony XTS Python SDK is pip-installable, MIT-licensed, and mirrors the REST interface 1:1. If you know Python, you know our API.
- REST + WebSocket (binary & JSON modes)
- Interactive API for orders & positions
- Market Data API for quotes, depth, historical
- Dealer API for prop desks and HNIs
- Rate limits aligned with exchange throttles
from xts_api_client.interactive import XTSConnect
xts = XTSConnect(
apiKey="YOUR_APP_KEY",
secretKey="YOUR_APP_SECRET",
source="WEBAPI"
)
xts.interactive_login()
response = xts.place_order(
exchangeSegment="NSECM",
exchangeInstrumentID=2885, # RELIANCE
productType="NRML",
orderType="LIMIT",
orderSide="BUY",
timeInForce="DAY",
disclosedQuantity=0,
orderQuantity=10,
limitPrice=2940.00,
stopPrice=0,
orderUniqueIdentifier="aca-001"
)
print(response)If you’re on Zerodha Kite, Dhan, Fyers, 5Paisa - our algo desk will help port your existing setup to XTS, wire up your broker-of-choice platform (AlgoTest / Tradetron / AlgoBulls), and keep you paper-trading in parallel until you’re confident. No charge for the migration.
