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
type InstrumentAllEventsData struct{…}
All-events payload grouped by date.
EventDates []InstrumentEventsByDate
Events grouped by date in descending order.
Events []InstrumentEventEnvelope
Flat event envelopes for this date.
Type AllEventsEventType
InstrumentID stringOptional
OEMS instrument identifier, when the instrument is found in the instrument cache.
type InstrumentBalanceSheetStatement struct{…}
A quarterly balance sheet statement for an instrument.
PeriodType FiscalPeriodType
PeriodType FiscalPeriodType
type InstrumentCashFlowStatement struct{…}
A quarterly cash flow statement for an instrument.
PeriodType FiscalPeriodType
PeriodType FiscalPeriodType
type InstrumentEventEnvelope struct{…}
Unified envelope for the all-events response.
Type AllEventsEventType
InstrumentID stringOptional
OEMS instrument identifier, when the instrument is found in the instrument cache.
type InstrumentEventsByDate struct{…}
Instrument events for a single date.
Events []InstrumentEventEnvelope
Flat event envelopes for this date.
Type AllEventsEventType
InstrumentID stringOptional
OEMS instrument identifier, when the instrument is found in the instrument cache.
type InstrumentEventsData struct{…}
Grouped instrument events by type
Dividends []InstrumentDividendEvent
Earnings []InstrumentEarnings
Earnings announcement events
Splits []InstrumentSplitEvent
type InstrumentFundamentals struct{…}
type InstrumentIncomeStatement struct{…}
A quarterly income statement for an instrument.
PeriodType FiscalPeriodType
PeriodType FiscalPeriodType
Instrument DataMarket Data
Retrieve instrument analytics, market data, news, and related reference data.
Get Snapshots
Get Daily Aggregate Summaries
ModelsExpand Collapse
type DailySummary struct{…}
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).
Instrument DataNews
Retrieve instrument analytics, market data, news, and related reference data.
Get News
ModelsExpand Collapse
type NewsItem struct{…}
A single news item and its associated instruments.