get_sec_filings
Get recent SEC filings for a Yahoo Finance ticker, providing filing type, date, title, EDGAR URL, and exhibit links. Supports equities, not ETFs or funds.
Instructions
Get recent SEC filings for a Yahoo symbol.
symbol must be a native Yahoo Finance ticker (e.g. AAPL, SAP.DE),
never an ISIN, WKN, or company name; resolve those via search first.
Each entry has the filing date, type (e.g. 10-K, 10-Q, 8-K),
title, the Yahoo EDGAR URL, and exhibit links. Equity-only; empty for ETFs,
funds, and crypto.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of filings to return. | |
| symbol | Yes | A native Yahoo Finance ticker symbol, e.g. 'AAPL', 'MSFT', 'SAP.DE', or 'BMW.DE'. This is NOT an ISIN, a WKN, or a company name, and must NOT be built by appending an exchange suffix to an ISIN (e.g. 'US0378331005.DE' is invalid). If you only have a name or ISIN, call the 'search' tool first and pass the 'symbol' value it returns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||