# Financial restatements

**Use case:** 

Filings restating previously issued financial statements. Catches accounting corrections as they are disclosed.

## Input

```json
{
  "companies": [
    "AAPL",
    "0000789019"
  ],
  "fullTextQuery": "\"restatement of previously issued\"",
  "sic": "2836",
  "formTypes": [
    "10-K",
    "10-Q",
    "8-K"
  ],
  "filedFrom": "2024-01-01",
  "filedTo": "2026-08-01",
  "stateOfIncorporation": "DE",
  "includeFinancials": true,
  "includeFilingHistory": false,
  "maxFilings": 60,
  "maxFilingsPerCompany": 5,
  "requestsPerSecond": 8
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "formType": {
    "label": "Form type",
    "format": "string"
  },
  "filingDate": {
    "label": "Filed",
    "format": "string"
  },
  "financials": {
    "label": "Key financials",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC EDGAR Scraper · Filings, Financials & Full-Text Search](https://apify.com/reapx/sec-edgar-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/sec-edgar-scraper) to learn more, explore other use cases, and run it yourself.