# Alert on New 13F Filings from a Fund (SEC EDGAR)

**Use case:** 

Get an alert-ready feed of a fund's 13F-HR holdings reports from SEC EDGAR. Scheduled runs return only new filings, with links. Pay per filing.

## Input

```json
{
  "tickers": [
    "AAPL",
    "MSFT",
    "NVDA"
  ],
  "ciks": [
    "1067983"
  ],
  "forms": [
    "13F-HR"
  ],
  "monitorName": "berkshire-13f-watch",
  "maxRecords": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "filingDate": {
    "label": "Filed",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "form": {
    "label": "Form",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "accessionNumber": {
    "label": "Accession number",
    "format": "string"
  },
  "filingUrl": {
    "label": "Filing URL",
    "format": "string"
  }
}
```

## About this Actor

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