get_stock_snapshot
Retrieve a current market snapshot for one or more stock tickers. Returns the current day bar, previous day bar, last minute bar, last trade, last quote, and daily price change. Use this to get a comprehensive real-time overview of a stock's market status.
get_crypto_data
Retrieve current market snapshots for one or more cryptocurrency tickers. Returns current day bar, previous day bar, last trade, last quote, and daily price change. Crypto tickers use the `X:` prefix (e.g., `X:BTCUSD`).
get_forex_data
Retrieve forex market data including currency conversion, last quote for a currency pair, or a snapshot of a forex ticker. Use for real-time exchange rates, currency conversion calculations, or monitoring forex pair performance.
get_unified_snapshot
Retrieve unified snapshots for multiple tickers across different asset classes (stocks, options, forex, crypto, indices) in a single request. Consolidates last trade, last quote, session data, and price change metrics.
get_ticker_details
Retrieve comprehensive details about a ticker including company information, market cap, industry classification, branding, address, employee count, and other fundamental data. Supports point-in-time lookups by specifying a date.
get_splits_dividends
Retrieve stock split and dividend history. Filter by ticker and date range. Useful for tracking corporate actions that affect share prices and calculating adjusted returns.
get_market_status
Retrieve the current trading status of major markets (stocks, forex, crypto) and upcoming market holidays. Shows whether markets are open, closed, in early trading, or late trading.
get_options_chain
Retrieve options contracts and chain snapshots for a given underlying ticker. Supports filtering by contract type (call/put), strike price range, and expiration date range. Snapshots include Greeks, implied volatility, break-even price, and underlying asset data.
get_technical_indicators
Retrieve pre-computed technical indicators (SMA, EMA, RSI, MACD) for any ticker (stocks, forex, crypto, indices). Configurable window size, timespan, and price series type. MACD additionally supports short, long, and signal window customization.
get_aggregate_bars
Retrieve OHLCV (open, high, low, close, volume) aggregate bars for any ticker (stocks, forex, crypto, options, indices) over a specified date range and time interval. Supports configurable multiplier and timespan (second, minute, hour, day, week, month, quarter, year). Forex pairs use the `C:` prefix (e.g., `C:EURUSD`), crypto uses `X:` prefix (e.g., `X:BTCUSD`), and indices use `I:` prefix (e.g., `I:SPX`).
search_tickers
Search and list ticker symbols across all markets (stocks, options, forex, crypto, indices). Filter by market type, exchange, active status, or search by company name. Useful for finding ticker symbols or browsing available instruments.
get_previous_close
Retrieve the previous day's OHLCV bar for any ticker (stocks, forex, crypto, options, indices). Useful for comparing current prices against the prior trading day's close.
get_market_news
Retrieve financial news articles with optional filtering by ticker and publication date. Articles include title, summary, publisher info, sentiment analysis per ticker, and related ticker symbols.
get_stock_financials
Retrieve financial data from SEC filings for a stock ticker, including balance sheets, income statements, and cash flow statements. Data is sourced from SEC EDGAR filings.
get_stock_trades_quotes
Retrieve recent trades, quotes (NBBO), last trade, or last quote for a stock ticker. Useful for tick-level analysis, monitoring trade activity, or getting the latest bid/ask spread. Choose the type of data you need via the `dataType` field.
get_market_movers
Retrieve the top 20 gainers or losers of the day for stocks, forex, or crypto markets. Useful for identifying the day's biggest price movements and trending tickers.