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
class InstrumentAllEventsData:
All-events payload grouped by date.
List<InstrumentEventsByDate> eventDates
Events grouped by date in descending order.
List<InstrumentEventEnvelope> events
Flat event envelopes for this date.
AllEventsEventType type
Dividend payload when type is DIVIDEND. When a null/undefined value is observed, it indicates it does not apply.
LocalDate exDate
The day the stock starts trading without the right to receive that dividend.
Optional<LocalDate> declarationDate
The declaration date of the dividend When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> dividendAmount
The dividend amount per share. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> dividendYield
The dividend yield as a percentage of the stock price. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> frequency
The frequency of the dividend payments (e.g., “Quarterly”, “Annual”). When a null/undefined value is observed, it indicates that there is no available data.
Earnings payload when type is EARNINGS. When a null/undefined value is observed, it indicates it does not apply.
Optional<String> epsActual
The actual earnings per share (EPS) for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> epsEstimate
The estimated earnings per share (EPS) for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> epsSurprisePercent
The percentage difference between actual and estimated EPS When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> revenueActual
The actual total revenue for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> instrumentId
Instrument identifier, when available. When a null/undefined value is observed, it indicates that there is no available data.
IPO payload when type is IPO. When a null/undefined value is observed, it indicates it does not apply.
Optional<String> actions
IPO action. When a null/undefined value is observed, it indicates that there is no available data.
Optional<LocalDateTime> announcedAt
IPO announced timestamp. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> company
IPO company name. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> exchange
IPO exchange. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> marketCap
IPO market cap. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> name
Instrument name associated with the event, when available. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> reportingCurrency
The currency used for reporting financial data. When a null/undefined value is observed, it indicates that there is no available data.
class InstrumentAnalystConsensus:
Aggregated analyst consensus metrics
class InstrumentBalanceSheetStatement:
A quarterly balance sheet statement for an instrument.
FiscalPeriodType periodType
class InstrumentCashFlowStatement:
A quarterly cash flow statement for an instrument.
FiscalPeriodType periodType
class InstrumentDividendEvent:
Represents a dividend event for an instrument
LocalDate exDate
The day the stock starts trading without the right to receive that dividend.
Optional<LocalDate> declarationDate
The declaration date of the dividend When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> dividendAmount
The dividend amount per share. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> dividendYield
The dividend yield as a percentage of the stock price. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> frequency
The frequency of the dividend payments (e.g., “Quarterly”, “Annual”). When a null/undefined value is observed, it indicates that there is no available data.
class InstrumentEarnings:
Represents instrument earnings data
Optional<String> epsActual
The actual earnings per share (EPS) for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> epsEstimate
The estimated earnings per share (EPS) for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> epsSurprisePercent
The percentage difference between actual and estimated EPS When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> revenueActual
The actual total revenue for the period When a null/undefined value is observed, it indicates that there is no available data.
class InstrumentEventEnvelope:
Unified envelope for the all-events response.
AllEventsEventType type
Dividend payload when type is DIVIDEND. When a null/undefined value is observed, it indicates it does not apply.
LocalDate exDate
The day the stock starts trading without the right to receive that dividend.
Optional<LocalDate> declarationDate
The declaration date of the dividend When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> dividendAmount
The dividend amount per share. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> dividendYield
The dividend yield as a percentage of the stock price. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> frequency
The frequency of the dividend payments (e.g., “Quarterly”, “Annual”). When a null/undefined value is observed, it indicates that there is no available data.
Earnings payload when type is EARNINGS. When a null/undefined value is observed, it indicates it does not apply.
Optional<String> epsActual
The actual earnings per share (EPS) for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> epsEstimate
The estimated earnings per share (EPS) for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> epsSurprisePercent
The percentage difference between actual and estimated EPS When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> revenueActual
The actual total revenue for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> instrumentId
Instrument identifier, when available. When a null/undefined value is observed, it indicates that there is no available data.
IPO payload when type is IPO. When a null/undefined value is observed, it indicates it does not apply.
Optional<String> actions
IPO action. When a null/undefined value is observed, it indicates that there is no available data.
Optional<LocalDateTime> announcedAt
IPO announced timestamp. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> company
IPO company name. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> exchange
IPO exchange. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> marketCap
IPO market cap. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> name
Instrument name associated with the event, when available. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> reportingCurrency
The currency used for reporting financial data. When a null/undefined value is observed, it indicates that there is no available data.
class InstrumentEventIpoItem:
IPO event in the all-events date grouping response.
Optional<String> actions
IPO action. When a null/undefined value is observed, it indicates that there is no available data.
Optional<LocalDateTime> announcedAt
IPO announced timestamp. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> company
IPO company name. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> exchange
IPO exchange. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> marketCap
IPO market cap. When a null/undefined value is observed, it indicates that there is no available data.
class InstrumentEventsByDate:
Instrument events for a single date.
List<InstrumentEventEnvelope> events
Flat event envelopes for this date.
AllEventsEventType type
Dividend payload when type is DIVIDEND. When a null/undefined value is observed, it indicates it does not apply.
LocalDate exDate
The day the stock starts trading without the right to receive that dividend.
Optional<LocalDate> declarationDate
The declaration date of the dividend When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> dividendAmount
The dividend amount per share. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> dividendYield
The dividend yield as a percentage of the stock price. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> frequency
The frequency of the dividend payments (e.g., “Quarterly”, “Annual”). When a null/undefined value is observed, it indicates that there is no available data.
Earnings payload when type is EARNINGS. When a null/undefined value is observed, it indicates it does not apply.
Optional<String> epsActual
The actual earnings per share (EPS) for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> epsEstimate
The estimated earnings per share (EPS) for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> epsSurprisePercent
The percentage difference between actual and estimated EPS When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> revenueActual
The actual total revenue for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> instrumentId
Instrument identifier, when available. When a null/undefined value is observed, it indicates that there is no available data.
IPO payload when type is IPO. When a null/undefined value is observed, it indicates it does not apply.
Optional<String> actions
IPO action. When a null/undefined value is observed, it indicates that there is no available data.
Optional<LocalDateTime> announcedAt
IPO announced timestamp. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> company
IPO company name. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> exchange
IPO exchange. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> marketCap
IPO market cap. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> name
Instrument name associated with the event, when available. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> reportingCurrency
The currency used for reporting financial data. When a null/undefined value is observed, it indicates that there is no available data.
class InstrumentEventsData:
Grouped instrument events by type
List<InstrumentDividendEvent> dividends
Dividend distribution events
LocalDate exDate
The day the stock starts trading without the right to receive that dividend.
Optional<LocalDate> declarationDate
The declaration date of the dividend When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> dividendAmount
The dividend amount per share. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> dividendYield
The dividend yield as a percentage of the stock price. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> frequency
The frequency of the dividend payments (e.g., “Quarterly”, “Annual”). When a null/undefined value is observed, it indicates that there is no available data.
List<InstrumentEarnings> earnings
Earnings announcement events
Optional<String> epsActual
The actual earnings per share (EPS) for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> epsEstimate
The estimated earnings per share (EPS) for the period When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> epsSurprisePercent
The percentage difference between actual and estimated EPS When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> revenueActual
The actual total revenue for the period When a null/undefined value is observed, it indicates that there is no available data.
List<InstrumentSplitEvent> splits
class InstrumentFundamentals:
Supplemental fundamentals and company profile data for an instrument.
Optional<Long> averageVolume
The average daily trading volume over the past 30 days When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> beta
The beta value, measuring the instrument’s volatility relative to the overall market When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> description
A detailed description of the instrument or company When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> dividendYield
The trailing twelve months (TTM) dividend yield When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> earningsPerShare
The trailing twelve months (TTM) earnings per share When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> fiftyTwoWeekHigh
The highest price over the last 52 weeks When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> fiftyTwoWeekLow
The lowest price over the last 52 weeks When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> industry
The specific industry of the instrument’s issuer When a null/undefined value is observed, it indicates that there is no available data.
Optional<LocalDate> listDate
The date the instrument was first listed When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> logoUrl
URL to a representative logo image for the instrument or issuer When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> marketCap
The total market capitalization When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> previousClose
The closing price from the previous trading day When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> priceToEarnings
The price-to-earnings (P/E) ratio for the trailing twelve months (TTM) When a null/undefined value is observed, it indicates that there is no available data.
class InstrumentIncomeStatement:
A quarterly income statement for an instrument.
FiscalPeriodType periodType
Instrument DataMarket Data
Retrieve instrument analytics, market data, news, and related reference data.
Get Snapshots
Get Daily Aggregate Summaries
ModelsExpand Collapse
class DailySummary:
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).
Optional<String> high
Session high. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> low
Session low. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> open
Opening price for the session. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> symbol
Display symbol for the security. None for unresolvable IDs.
When a null/undefined value is observed, it indicates that there is no available data.
class MarketDataSnapshot:
Market data snapshot for a single security.
Optional<Long> cumulativeVolume
Cumulative traded volume reported on the most recent trade, in shares for equities or contracts for options. Absent when no trade is available. When a null/undefined value is observed, it indicates that there is no available data.
Theoretical price and Greeks for option instruments. None for
equities, and for options whose Greeks have not yet been observed
When a null/undefined value is observed, it indicates that there is no available data.
Most recent quote if available. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> ask
Current best ask. Absent when no ask is available (one-sided quote). When a null/undefined value is observed, it indicates that there is no available data.
Optional<Long> askSize
Size at the best ask, in shares. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> bid
Current best bid. Absent when no bid is available (one-sided quote). When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> name
Security name if available. When a null/undefined value is observed, it indicates that there is no available data.
class SnapshotQuote:
L1 quote fields for a market data snapshot.
Optional<String> ask
Current best ask. Absent when no ask is available (one-sided quote). When a null/undefined value is observed, it indicates that there is no available data.
Optional<Long> askSize
Size at the best ask, in shares. When a null/undefined value is observed, it indicates that there is no available data.
Optional<String> bid
Current best bid. Absent when no bid is available (one-sided quote). When a null/undefined value is observed, it indicates that there is no available data.
Instrument DataNews
Retrieve instrument analytics, market data, news, and related reference data.
Get News
ModelsExpand Collapse
class NewsItem:
A single news item and its associated instruments.
List<NewsInstrument> instruments
NewsType newsType
Optional<String> imageUrl
URL of an associated image if provided by the source. When a null/undefined value is observed, it indicates that there is no available data.