工具 API
get_ live_ price_ data
Get the current (delayed ~15-20 min) price snapshot for one or more tickers. Returns last trade price, change, change percent, volume, high, low, open, previous close, and timestamp. Supports stocks, ETFs, indices, forex, and crypto. Batch up to 20 symbols in one call. For US stocks with bid/ask, 52w range, and market cap, use get_us_live_extended_quotes instead. For historical daily/weekly/monthly OHLCV, use get_historical_stock_prices instead.
调用信息
- 工具标识
- eodhd.get_live_price_data
- 服务提供方
- EODHD
- 平均响应
- 1154 ms
- 近 7 天调用
- 2
输入参数
ticker必填Primary symbol in SYMBOL.EXCHANGE format (e.g., 'AAPL.US'). Required and placed in the path, per API spec.
additional_symbolsExtra symbols for 's=' query param, comma-separated by the tool (e.g., ['VTI', 'EUR.FOREX']). Docs recommend <= 15–20 total.
fmt'json' or 'csv'. Defaults to 'json' for easier client handling.
api_tokenPer-call token override. If omitted, env token is used.