Instrument Data
Retrieve instrument analytics, market data, news, and related reference data.
Get All Instrument Events
Get Instrument Events
Get Instrument Fundamentals
Get Instrument Balance Sheet Statements
Get Instrument Income Statements
Get Instrument Analyst Consensus
Get Instrument Cash Flow Statements
ModelsExpand Collapse
instrument_all_events_data: object { event_dates }
All-events payload grouped by date.
Events grouped by date in descending order.
Flat event envelopes for this date.
dividend_event_data: optional object { adjusted_dividend_amount, ex_date, declaration_date, 5 more }
earnings_event_data: optional object { date, eps_actual, eps_estimate, 4 more }
Earnings payload when type is EARNINGS.
instrument_id: optional string
OEMS instrument identifier, when the instrument is found in the instrument cache.
ipo_event_data: optional object { actions, announced_at, company, 4 more }
IPO payload when type is IPO.
instrument_balance_sheet_statement: object { accepted_date, filing_date, period, 55 more }
instrument_balance_sheet_statement_list: array of InstrumentBalanceSheetStatement { accepted_date, filing_date, period, 55 more }
instrument_cash_flow_statement: object { accepted_date, filing_date, period, 42 more }
instrument_cash_flow_statement_list: array of InstrumentCashFlowStatement { accepted_date, filing_date, period, 42 more }
instrument_event_envelope: object { symbol, type, dividend_event_data, 6 more }
Unified envelope for the all-events response.
dividend_event_data: optional object { adjusted_dividend_amount, ex_date, declaration_date, 5 more }
earnings_event_data: optional object { date, eps_actual, eps_estimate, 4 more }
Earnings payload when type is EARNINGS.
instrument_id: optional string
OEMS instrument identifier, when the instrument is found in the instrument cache.
ipo_event_data: optional object { actions, announced_at, company, 4 more }
IPO payload when type is IPO.
instrument_events_by_date: object { date, events }
Instrument events for a single date.
Flat event envelopes for this date.
dividend_event_data: optional object { adjusted_dividend_amount, ex_date, declaration_date, 5 more }
earnings_event_data: optional object { date, eps_actual, eps_estimate, 4 more }
Earnings payload when type is EARNINGS.
instrument_id: optional string
OEMS instrument identifier, when the instrument is found in the instrument cache.
ipo_event_data: optional object { actions, announced_at, company, 4 more }
IPO payload when type is IPO.
instrument_events_data: object { dividends, earnings, instrument_id, 2 more }
Grouped instrument events by type
dividends: array of InstrumentDividendEvent { adjusted_dividend_amount, ex_date, declaration_date, 5 more }
instrument_fundamentals: object { average_volume, beta, description, 12 more }
instrument_income_statement: object { accepted_date, filing_date, period, 34 more }
A quarterly income statement for an instrument.
instrument_income_statement_list: array of InstrumentIncomeStatement { accepted_date, filing_date, period, 34 more }
Instrument DataMarket Data
Retrieve instrument analytics, market data, news, and related reference data.
Get Daily Aggregate Summaries
ModelsExpand Collapse
daily_summary: object { instrument_id, high, low, 4 more }
Daily aggregate (OHLV) summary for a single instrument.
Returned by GET /market-data/daily-summary. Every field except
instrument_id is Option:
- Unresolvable
instrument_id→ all other fieldsNone(includingsymbol). - Resolvable
instrument_idwith no realtime cache entry →symbolpopulated, OHLV/trade_dateNone. trade_datereflects the session the OHLV represents (today during trading hours, the last trading date during weekends/holidays).
market_data_snapshot: object { instrument_id, symbol, cumulative_volume, 4 more }
Market data snapshot for a single security.
cumulative_volume: optional number
Cumulative traded volume reported on the most recent trade, in shares for equities or contracts for options. Absent when no trade is available.
market_data_snapshot_list: array of MarketDataSnapshot { instrument_id, symbol, cumulative_volume, 4 more }
cumulative_volume: optional number
Cumulative traded volume reported on the most recent trade, in shares for equities or contracts for options. Absent when no trade is available.