Skip to main content
GET
Search symbols

Authorizations

Authorization
string
header
required

Skylit API key in the Authorization header (Authorization: Bearer <key>). X-API-Key is also accepted. The same key works across Atlas, Heatseeker, and Flowseeker.

Query Parameters

query
string
required

Search text (ticker or name fragment).

Example:

"SP"

limit
integer
default:25

Max results.

Required range: 1 <= x <= 500

Response

Matching symbols.

symbol
string
required

Canonical internal identifier (echo back to /v1/symbols and /v1/history).

ticker
string
required

Display ticker shown in the picker.

description
string
required
exchange
string
required
Example:

"ARCA"

type
enum<string>
required
Available options:
stock,
etf,
index