工具 API

get_mp_tradinghours_market_status

[TradingHours] Check whether a market is currently open or closed. Use when asked "is the NYSE open?", "when does Tokyo close?", or any real-time market status question. Returns status (Open/Closed), reason, time until next status change, and next bell time. Does not cover circuit breakers or individual stock trading halts. Find the FinID first via get_mp_tradinghours_list_markets or get_mp_tradinghours_lookup_markets. For static market metadata (timezone, MIC, holidays), use get_mp_tradinghours_market_details. Consumes 10 API calls per request.

finance1 积分

调用信息

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

输入参数

fin_id必填

Market FinID, case-insensitive (e.g. 'us.nyse').

api_token

Per-call token override; env token used otherwise.