# Quarterly SEC 13F Monitor

**Use case:** 

Monitor quarterly SEC 13F filings for multiple managers and collect normalized holdings rows for finance workflows.

## Input

```json
{
  "ciks": [
    "0001067983",
    "0001166559"
  ],
  "managerQueries": [],
  "fromDate": "2025-01-01",
  "toDate": "",
  "includeAmendments": true,
  "maxFilings": 4,
  "maxItems": 300,
  "userAgent": "AutomationLabs SEC 13F Scraper contact@automation-lab.io"
}
```

## Output

```json
{
  "managerName": {
    "label": "Manager"
  },
  "managerCik": {
    "label": "Manager CIK"
  },
  "filingDate": {
    "label": "Filing date"
  },
  "reportDate": {
    "label": "Report date"
  },
  "formType": {
    "label": "Form"
  },
  "issuerName": {
    "label": "Issuer"
  },
  "titleOfClass": {
    "label": "Class"
  },
  "cusip": {
    "label": "CUSIP"
  },
  "reportedValue": {
    "label": "Reported value"
  },
  "reportedValueUnit": {
    "label": "Value unit"
  },
  "sharesOrPrincipalAmount": {
    "label": "Shares/principal"
  },
  "sharesOrPrincipalType": {
    "label": "Amount type"
  },
  "investmentDiscretion": {
    "label": "Discretion"
  },
  "votingSole": {
    "label": "Voting sole"
  },
  "votingShared": {
    "label": "Voting shared"
  },
  "votingNone": {
    "label": "Voting none"
  },
  "accessionNumber": {
    "label": "Accession"
  },
  "informationTableUrl": {
    "label": "Info table URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC 13F Manager Quarterly Report Scraper](https://apify.com/automation-lab/sec-13f-manager-quarterly-report-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/sec-13f-manager-quarterly-report-scraper) to learn more, explore other use cases, and run it yourself.