ticker_to_cik
Resolve a US stock ticker to its SEC Central Index Key to look up company filings.
Instructions
Resolve a US stock ticker to its SEC Central Index Key (CIK).
Use this whenever a user gives you a ticker (like 'AAPL' or 'META') and
you need to look up SEC filings for that company. Every other EDGAR tool
starts with a CIK.
Args:
ticker: The stock ticker (case-insensitive), e.g. 'AAPL', 'META', 'WING'.
Returns:
Dict with `ticker`, `cik` (10-digit zero-padded string), and `company_name`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |