# SEC XBRL Financials Scraper - Revenue, Net Income, EPS

**Use case:** 

Pull standardized XBRL financial statements from SEC EDGAR: revenue, net income, assets, equity, EPS over time for any US public company. No API key.

## Input

```json
{
  "mode": "lookup",
  "companies": [
    "AAPL",
    "MSFT"
  ],
  "dataTypes": [
    "company",
    "financials"
  ],
  "maxFilings": 40,
  "limit": 20
}
```

## Output

```json
{
  "dataType": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Company",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "form": {
    "label": "Form",
    "format": "text"
  },
  "filingDate": {
    "label": "Filed",
    "format": "text"
  },
  "sicDescription": {
    "label": "Industry",
    "format": "text"
  },
  "cik": {
    "label": "CIK",
    "format": "text"
  },
  "accessionNumber": {
    "label": "Accession",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

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