resolve_ticker
Resolve raw ticker symbols to their Yahoo-convention equivalents by applying exchange suffix mapping and verifying against SEC and OpenFIGI.
Instructions
Resolve a raw ticker symbol to its Yahoo-convention equivalent.
Applies exchange suffix mapping and known manual fixes as a pure string transformation (no Yahoo network calls), then verifies the mapping against SEC company_tickers.json and/or OpenFIGI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Raw ticker symbol (e.g. 'AAPL', 'SCMN', 'BHP'). | |
| exchange_code | No | Optional exchange code — MIC format like 'XASX' or short format like 'AU', 'LN', 'SW', 'JP'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||