Market data endpoints return structured, source-attributed payloads. All responses include provenance and freshness metadata.
GET /v1/market/snapshots
Latest price snapshots for one or more symbols. Returns last price, change, volume, and timestamp.
Example
GET /v1/market/bars
Historical OHLCV bars for a single symbol.
Example
GET /v1/market/corporate-actions
Dividends, splits, and spinoffs for a symbol or across the market within a date range.
Example
GET /v1/market/reference
Company reference data including name, sector, industry, exchange, and identifiers.
Example
GET /v1/market/calendar
Trading calendar for a given exchange. Returns trading days, early closes, and holidays.
Example
GET /v1/market/search
Ticker and company name search. Returns matching symbols with exchange, name, and type metadata.
Example
GET /v1/signals/volatility
SEC API Volatility Score for a symbol. See the Volatility Score page for methodology and quality controls.
Example