get_cik_by_ticker
Convert any stock ticker symbol into its SEC CIK (Central Index Key) for accessing EDGAR filings and financial data.
Instructions
Convert a stock ticker symbol to its SEC CIK (Central Index Key).
Args: ticker: Stock ticker symbol (e.g., "AAPL", "NVDA", "MSFT")
Returns: CIK number for use with other SEC EDGAR tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |