Search symbols
search_symbolsResolve company names or ticker fragments into exact tradable instrument symbols, returning exchange and asset class to confirm coverage before research or strategy use.
Instructions
Search Pyon's market database for tradable instruments by ticker or company name fragment. Use this first whenever you need an exact symbol to mention in a research prompt or strategy description, for example resolving 'Apple' to AAPL or checking whether Pyon covers a given asset. Parameters: query (string, 1-100 characters, required) - a ticker or name fragment. Returns up to 20 matches as compact JSON with symbol, name, exchange, and assetClass. Note that Pyon only trades a fixed universe: call get_capabilities(section='tickers') for the definitive tradable list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Ticker or name fragment to search for, e.g. 'AAPL', 'apple', 'bitcoin'. 1-100 characters. |