Skip to main content
GET
Validate ETF Symbol
Check if an ETF symbol is valid and get its resolved primary RIC.

Query Parameters

Response

Valid symbol:
Invalid symbol:
This endpoint always returns 200, even for invalid symbols. Check the valid field to determine if the symbol was found.

Example

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Query Parameters

symbol
string
required

ETF symbol to validate (e.g., SPY, QQQ)

Response

Validation result

valid
boolean

Whether the symbol is valid

symbol
string

The symbol that was queried

primary_symbol
string | null

Resolved primary RIC (null if invalid)

error
string

Error message (only present for invalid symbols)