edgar_company
Retrieve company profile, financials, recent filings, and ownership data for any SEC-registered company using ticker, CIK, or name.
Instructions
Use this as the starting point for any company-level question. Returns profile, financials, recent filings, and ownership data in one call. Control what's included with the 'include' parameter.
Examples:
Company overview: identifier="AAPL"
Financials only: identifier="MSFT", include=["financials"], periods=8
Full analysis: identifier="AAPL", include=["profile", "financials", "filings", "ownership"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| annual | No | Deprecated. Use 'period' instead. Annual (true) or quarterly (false) financials | |
| period | No | Period type: 'annual', 'quarterly', or 'ttm' (trailing twelve months) | annual |
| include | No | Data to include. Default: profile, financials, filings | |
| periods | No | Number of financial periods (default 4) | |
| identifier | Yes | Company ticker (AAPL), CIK (320193), or name (Apple Inc) |