GET /v1/market/universe
Browse the full ticker universe with pagination, filtering by exchange, type, sector, industry, and searchAudience: application and coding agent.
Query parameters
| Parameter | Type | Description |
|---|---|---|
exchange | string | Filter by primary exchange (e.g. XNYS, XNAS) |
type | string | Filter by security type (e.g. CS, ETF, ADRC) |
sector | string | Filter by GICS-style sector (e.g. Technology, Healthcare) |
industry | string | Filter by industry classification |
active | boolean | Filter by active listing status |
has_figi | boolean | Only tickers with a composite FIGI |
has_cik | boolean | Only tickers with a SEC CIK |
search | string | Case-insensitive search across symbol and company name |
limit | integer | Page size (default 100, max 1000) |
cursor | integer | Pagination offset |
Canonical metadata
requestIdtraceparent
Example request
Example response
Give this prompt to your agent
Failure posture
- treat non-2xx responses as contract-aware failures, not free-form errors
- preserve
requestIdandtraceparentin logs and downstream reports