# SEC Filing Tracker for AAPL, TSLA, and NVDA

**Use case:** 

Monitor SEC filings for AAPL, TSLA, and NVDA over the past 180 days. Get detailed filing data with direct document links.

## Input

```json
{
  "tickers": [
    "AAPL",
    "TSLA",
    "NVDA"
  ],
  "formTypes": [],
  "sinceDays": 180,
  "maxConcurrency": 3
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "filingsCount": {
    "label": "# Filings",
    "format": "number"
  },
  "recentFilings": {
    "label": "Recent filings",
    "format": "array"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Filing Watcher](https://apify.com/zinin/sec-edgar-watcher) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/sec-edgar-watcher) to learn more, explore other use cases, and run it yourself.