sec_filing_search
Enter a US stock ticker to locate the company on SEC EDGAR and get its CIK number plus a direct link to their filing page.
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 |