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.
| Method | Path | Summary |
|---|---|---|
| GET | /v2/scan | Run a SQL WHERE against the current universe. |
| POST | /v2/scan | Same as GET /v2/scan, with `q` in the body. |