工具 API
get_ stocks_ from_ search
Search for financial instruments by name, ticker, or ISIN. Use when the user wants to find a ticker symbol, look up a company by name, resolve an ISIN, or discover instruments matching a keyword. Searches across stocks, ETFs, mutual funds, bonds, indices, and crypto. Returns matching instruments with their ticker codes, exchange, type, and ISIN. Filterable by exchange and instrument type. This is the discovery/lookup tool. Once you have a ticker, use other tools (e.g., get_eod_historical_data, get_fundamentals_data) to fetch actual data.
调用信息
- 工具标识
- eodhd.get_stocks_from_search
- 服务提供方
- EODHD
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
query必填Ticker, company name, or ISIN to search (e.g., 'AAPL', 'Apple Inc', 'US0378331005').
limitNumber of results (default 15, max 500).
bonds_onlyIf True, return only bonds.
exchangeExchange code filter (e.g., 'US', 'PA', 'FOREX', 'NYSE').
typeOne of {'all','stock','etf','fund','bond','index','crypto'}.
fmtMust be 'json'.
api_tokenPer-call API token override (demo token does NOT work for Search).