Skip to main content
GET
curl

Authorizations

Authorization
string
header
required

Your Data API key as a Bearer token: Authorization: Bearer belief_live_.... This is the canonical form. Keys belong on a server, never in a browser.

Path Parameters

ticker
string
required

Ticker, case-insensitive. GET /v1/indices and GET /v1/volatility are the catalogs.

Query Parameters

start
string<date-time> | null

Window start, ISO 8601. Optional. A start older than the trailing 90-day window is clamped, never rejected; meta.clamped says so.

end
string<date-time> | null

Window end, ISO 8601. Optional, defaults to now. A future end is clamped to now; only a window that is empty once clamped is an error.

interval
enum<string>
default:1d

Sampling interval. Finer granularity is part of the licensed feed.

Available options:
1h,
1d

Response

Success.

data
object
required
meta
object
required