Skip to main content
GET
Intraday chart bars for a ticker

Authorizations

Authorization
string
header
required

Skylit API key in the Authorization header (Authorization: Bearer fs_live_<key>). X-API-Key is also accepted.

Path Parameters

ticker
string
required

Underlying ticker symbol (uppercase, e.g. SPY, AAPL).

Example:

"SPY"

Query Parameters

interval
string
required

Trailing window covered by the bars (e.g. 1D, 7D, 30D).

Example:

"1D"

bucket
enum<string>
required

Bucket size.

Available options:
1min,
5min,
10min,
15min,
30min,
1d,
1w

Response

Intraday chart bars.

data
object[]
required
meta
object
required