# SEC 13F Holdings Full Export

**Use case:** 

Full Export of SEC 13F Holdings. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "cik": "1067983",
  "formTypes": [
    "13F-HR"
  ],
  "maxFilings": 5
}
```

## Output

```json
{
  "cik": {
    "label": "CIK",
    "format": "text"
  },
  "institutionName": {
    "label": "Institution Name",
    "format": "text"
  },
  "businessStreet1": {
    "label": "Business Street 1",
    "format": "text"
  },
  "businessCity": {
    "label": "Business City",
    "format": "text"
  },
  "businessStateOrCountry": {
    "label": "Business State/Country",
    "format": "text"
  },
  "businessZipCode": {
    "label": "Business Zip Code",
    "format": "text"
  },
  "businessPhone": {
    "label": "Business Phone",
    "format": "text"
  },
  "formType": {
    "label": "Form Type",
    "format": "text"
  },
  "act": {
    "label": "Act",
    "format": "text"
  },
  "fileNumber": {
    "label": "File Number",
    "format": "text"
  },
  "filmNumber": {
    "label": "Film Number",
    "format": "text"
  },
  "accessionNumber": {
    "label": "Accession Number",
    "format": "text"
  },
  "primaryDocument": {
    "label": "Primary Document",
    "format": "text"
  },
  "nameOfIssuer": {
    "label": "Issuer Name",
    "format": "text"
  },
  "titleOfClass": {
    "label": "Title Of Class",
    "format": "text"
  },
  "cusip": {
    "label": "CUSIP",
    "format": "text"
  },
  "value": {
    "label": "Value",
    "format": "number"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "shareType": {
    "label": "Share Type",
    "format": "text"
  },
  "putCall": {
    "label": "Put/Call",
    "format": "text"
  },
  "investmentDiscretion": {
    "label": "Investment Discretion",
    "format": "text"
  },
  "otherManager": {
    "label": "Other Manager",
    "format": "text"
  },
  "votingSole": {
    "label": "Voting Sole",
    "format": "number"
  },
  "votingShared": {
    "label": "Voting Shared",
    "format": "number"
  },
  "votingNone": {
    "label": "Voting None",
    "format": "number"
  },
  "percentPortfolio": {
    "label": "Portfolio %",
    "format": "number"
  },
  "totalHoldingsValue": {
    "label": "Total Holdings Value",
    "format": "number"
  },
  "totalHoldingsCount": {
    "label": "Total Holdings Count",
    "format": "number"
  },
  "filingSizeBytes": {
    "label": "Filing Size (Bytes)",
    "format": "number"
  },
  "companyFilingsUrl": {
    "label": "Company Filings URL",
    "format": "link"
  },
  "filingUrl": {
    "label": "Filing URL",
    "format": "link"
  },
  "filingTxtUrl": {
    "label": "Filing TXT URL",
    "format": "link"
  },
  "acceptanceDateTime": {
    "label": "Acceptance Datetime",
    "format": "date"
  },
  "filingDate": {
    "label": "Filing Date",
    "format": "date"
  },
  "reportPeriod": {
    "label": "Report Period",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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