get_cik_by_ticker
Convert a stock ticker symbol to its SEC CIK number to access company filings, financial statements, and insider trading data on SEC EDGAR.
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 |