resolve_cusip
Get a Yahoo ticker symbol from a CUSIP or SEDOL identifier. Queries OpenFIGI and cross-verifies with SEC company data to ensure correctness.
Instructions
Resolve a CUSIP (or SEDOL) identifier to a Yahoo-convention ticker symbol.
Queries OpenFIGI (one batched request trying both ID_CUSIP and ID_SEDOL), maps the result to a Yahoo-convention symbol via pure suffix mapping, and verifies the mapping against SEC company_tickers.json name/ticker agreement. A gross name mismatch between OpenFIGI and SEC vetoes the mapping.
Note: the CUSIP is accepted as INPUT only — tool outputs carry ticker/ISIN/FIGI identifiers, never CUSIPs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cusip | Yes | A 9-character CUSIP (or 7-character SEDOL) identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||