Stark International Research
Trading Strategy.
Zero-commission RESTful API for stocks, options, and ETFs. Build, test, and deploy algorithmic strategies programmatically.
Autonomous Desk
Portfolio signal control
40K+ instruments
Tail-event guardrails
Human approval gates
# Place a market order via Stark International Research API
import requests
resp = requests.post(
"https://api.starkinternational.com/v1/orders",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={
"symbol": "AAPL",
"side": "buy",
"type": "market",
"qty": 10,
"time_in_force": "day"
}
)
print(resp.json())
# {"id": "ord_8f3k...", "status": "filled", "filled_qty": 10}Uptime (12-month)
Avg Latency
Instruments