# Real-Time SEC 8-K Material Events (Big Tech)

**Use case:** 

Real-time SEC 8-K material events for NVDA, TSLA, AAPL and MSFT: M&A, leadership changes, earnings and restatements, classified and impact-scored.

## Input

```json
{
  "companies": [
    "NVDA",
    "TSLA",
    "AAPL",
    "MSFT"
  ],
  "recentLimit": 15,
  "minMateriality": 0
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "ticker": {
    "label": "Ticker"
  },
  "name": {
    "label": "Company"
  },
  "cik": {
    "label": "CIK"
  },
  "high_materiality_count": {
    "label": "# High-impact"
  },
  "events": {
    "label": "Events"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC 8-K Material Event Monitor: Real-Time Filing Alerts](https://apify.com/datasignalslab/sec-8k-material-event-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/datasignalslab/sec-8k-material-event-monitor) to learn more, explore other use cases, and run it yourself.