TOOL API
get_ us_ live_ extended_ quotes
Get extended delayed quotes for US stocks with rich detail beyond basic live prices. Returns last trade, bid/ask with sizes and event timestamps, rolling averages (50d/200d), 52-week high/low, market cap, EPS, PE ratio, dividend yield, and more per symbol. Supports batching multiple US tickers in one call. 1 API call per ticker. For non-US tickers or basic global live prices, use get_live_price_data instead. For historical end-of-day data, use get_historical_stock_prices instead.
finance1 credits
Call information
- Tool slug
- eodhd.get_us_live_extended_quotes
- Provider
- EODHD
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
symbolsrequiredA single comma-separated string or a sequence of tickers (e.g., ["AAPL.US","TSLA.US"]).
fmt'json' (default) or 'csv'.
page_limitOptional page size; max 100.
page_offsetOptional offset for pagination; must be >= 0.
api_tokenOptional token; if omitted, env is used via make_request().