# Apple Insider Trades and Filings (SEC EDGAR)

**Use case:** 

SEC EDGAR task that watches Apple Form 4 insider trades and alerts on new filings since the last run. Ready to run; change the tickers or form types.

## Input

```json
{
  "tickers": [
    "AAPL"
  ],
  "ciks": [],
  "formTypes": [
    "4"
  ],
  "sinceDays": 90,
  "maxFilingsPerCompany": 20,
  "monitorMode": false
}
```

## Output

```json
{
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "form": {
    "label": "Form",
    "format": "string"
  },
  "filingDate": {
    "label": "Filing date",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "insider.name": {
    "label": "Name",
    "format": "string"
  },
  "transactions": {
    "label": "Transactions (Form 4)",
    "format": "array"
  },
  "isNew": {
    "label": "New since last run",
    "format": "boolean"
  },
  "filingIndexUrl": {
    "label": "Filing index",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC EDGAR Monitor 🔔 (Form 4 insider trades, 8-K, 13D alerts)](https://apify.com/tagadanar/sec-edgar-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/sec-edgar-monitor) to learn more, explore other use cases, and run it yourself.