Clean REST API endpoints
Resource-based routes and structured JSON responses for applications, research and data pipelines.
Clean REST endpoints for Australian market data. Authenticate with an API key and receive structured JSON.
GET /v1/short-interest/top
x-api-key: aqk_••••••••
{
"symbol": "BHP",
"as_of": "2026-01-08",
"short_float_pct": 3.2,
"days_to_cover": 1.8
}Resource-based routes and structured JSON responses for applications, research and data pipelines.
Authenticate each request with one API key. No OAuth flow or client-side integration.
Tell me what you’re building and which Australian market data you need.