# REIT annual reports (SIC 6798)

**Use case:** 

10-K filings from real estate investment trusts, with total assets and equity attached.

## Input

```json
{
  "companies": [
    "AAPL",
    "0000789019"
  ],
  "fullTextQuery": "\"material weakness\"",
  "sic": "6798",
  "formTypes": [
    "10-K"
  ],
  "filedFrom": "2025-01-01",
  "filedTo": "2026-06-30",
  "stateOfIncorporation": "DE",
  "includeFinancials": true,
  "includeFilingHistory": false,
  "maxFilings": 60,
  "maxFilingsPerCompany": 2,
  "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"
  },
  "reportDate": {
    "label": "Period end",
    "format": "string"
  },
  "sicDescription": {
    "label": "Industry",
    "format": "string"
  },
  "stateOfIncorporation": {
    "label": "State of incorporation",
    "format": "string"
  },
  "accessionNumber": {
    "label": "Accession number",
    "format": "string"
  },
  "documentUrl": {
    "label": "Document URL",
    "format": "string"
  }
}
```

## 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.