工具 API

get_realtime_minute_bars

Get the recent CLOSED one-minute OHLCV bars held by the real-time service for one symbol. Use when a stream was interrupted and the gap needs filling, or when a short window of recent minute bars is wanted without opening a WebSocket. For a live stream use capture_realtime_ws; for a single delayed snapshot use get_live_price_data; for deep intraday history use get_intraday_historical_data. Only minutes in which the symbol actually traded produce a bar, so the result is sparse rather than one bar per consecutive minute — a quiet name can return a handful of bars spanning several hours.

finance1 积分

调用信息

工具标识
eodhd.get_realtime_minute_bars
服务提供方
EODHD
平均响应
0 ms
近 7 天调用
0

输入参数

market必填

'us' or 'eu'. These are the only markets that keep bars.

symbol必填

US equities use plain tickers ('AAPL'); European equities use TICKER.EXCHANGE ('GSK.LSE'). The native Cboe symbol and the un-hyphenated alias of a dual-class ticker ('ERICB.ST' for 'ERIC-B.ST') are both accepted, and the reply always reports the canonical EODHD ticker in 's'.

api_token

Per-call token override. Otherwise uses the request's OAuth/header token, or the environment token in stdio mode.