工具 API
get_ exchange_ details
Retrieve detailed metadata for a single exchange: trading hours, timezone, open/closed status, holidays, and ticker counts. Use when the user asks about exchange schedules, market holidays, or whether an exchange is currently open. Returns timezone, isOpen flag, trading hours (open/close with UTC equivalents, working days, lunch breaks), exchange holidays (bank and official, ~6 months window), and ticker statistics (active, updated today, previous day). For the list of all exchanges, use get_exchanges_list. For tickers on an exchange, use get_exchange_tickers.
调用信息
- 工具标识
- eodhd.get_exchange_details
- 服务提供方
- EODHD
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
exchange_code必填Exchange code (e.g., 'US', 'LSE', 'XETRA').
start_dateYYYY-MM-DD; filter holidays from this date.
end_dateYYYY-MM-DD; filter holidays up to this date.
fmt'json' only (default).
api_tokenPer-call token override (env token otherwise).