sec_filing_search
Search SEC EDGAR for a company using its US stock ticker to find the SEC filings page and retrieve the CIK number for accessing specific filing documents.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |