工具 API

resolve_ticker

Resolve a company name, partial ticker, or ISIN to SYMBOL.EXCHANGE format (and ISIN). USE THIS FIRST when a user mentions a company by name instead of a ticker symbol, or when you need to obtain the ISIN for a company/ticker. Calls the EODHD Search API and returns the best match as SYMBOL.EXCHANGE plus ISIN. If ambiguous (multiple exchanges), returns top 10 matches for user selection.

finance1 积分

调用信息

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

输入参数

query必填

Company name, partial ticker, or ISIN to resolve.

preferred_exchange

Exchange code to prefer (e.g. "US", "XETRA", "LSE").

asset_type

Filter by type: "stock", "etf", "fund", "bond", "index", "crypto".

api_token

Per-call API token override.