search_instruments
Search for ticker symbols or financial identifiers. Enter a company name, ticker, CIK, CUSIP, or ISIN to retrieve matching instruments.
Instructions
Search for ticker symbols by company name, symbol, CIK, CUSIP, or ISIN.
Args:
query: The search term, e.g. ``'Apple'``, ``'META'``, ``'0000320193'``.
search_method: Lookup strategy — one of ``'name'``, ``'symbol'``,
``'cik'``, ``'cusip'``, or ``'isin'``. Defaults to ``'name'``.
Returns:
str: Formatted Markdown table of matching instruments, or an error
message if the search fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Company name, ticker symbol, CIK, CUSIP, or ISIN to look up, e.g. 'Apple', 'AAPL', or '0000320193'. | |
| search_method | No | Lookup strategy: 'name', 'symbol', 'cik', 'cusip', or 'isin'. Defaults to 'name'. | name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |