Skip to main content
GET
Resolve a symbol

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

symbol
string
required

Ticker (e.g. SPY).

Example:

"SPY"

Response

Symbol info.

TradingView LibrarySymbolInfo.

ticker
string
required
name
string
required
description
string
required
type
enum<string>
required
Available options:
stock,
etf,
index
session
string
required
Example:

"0930-1600"

timezone
string
required
Example:

"America/New_York"

exchange
string
required
Example:

"ARCA"

minmov
integer
required
Example:

1

pricescale
integer
required
Example:

100

supported_resolutions
string[]
required
has_intraday
boolean
has_daily
boolean
has_weekly_and_monthly
boolean
intraday_multipliers
string[]
volume_precision
integer
Example:

0

data_status
string
Example:

"streaming"

format
string
Example:

"price"