工具 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_exchangeExchange code to prefer (e.g. "US", "XETRA", "LSE").
asset_typeFilter by type: "stock", "etf", "fund", "bond", "index", "crypto".
api_tokenPer-call API token override.