sec_filing_search
Retrieve a company's CIK number and link to their SEC filings page by entering its US stock ticker.
Instructions
Search SEC EDGAR for a company and get their filing page.
Returns company info (CIK number) and link to their SEC filings page. Use sec_filing() to get specific filing documents.
Args: symbol: US stock ticker (e.g., AAPL, MSFT, GOOGL)
Examples: sec_filing_search("AAPL") → Find Apple on SEC EDGAR sec_filing_search("NVDA") → Find NVIDIA on SEC EDGAR
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |