Endpoints

Scan

A universe-wide query. Pass a SQL WHERE clause as q; the server returns every ticker that matches right now (or, with ?asof=YYYY-MM-DD, every ticker that matched on a past date). Accepts ?universe= and ?rule= as scoping shortcuts.

MethodPathSummary
GET/v2/scanRun a SQL WHERE against the current universe.
POST/v2/scanSame as GET /v2/scan, with `q` in the body.