search_symbols
Find securities by name, ISIN, or WKN to get the security ID and quote provider needed for fetching quotes. Resolves a company name or identifier into a tradable security.
Instructions
Search securities by name, ISIN or WKN. Returns the security ID and quote provider needed by get_quotes. Use this to resolve 'Apple' or an ISIN to a tradable security.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | Filter by asset type, e.g. 11_stock, 22_etf, 21_fund | |
| search | No | Name search (min 3 characters) | |
| isinOrWkn | No | Exact ISIN or WKN (alternative to search) | |
| maxPerAssetType | No | Max hits per asset type |