# NPORT-P Holdings Extractor by CIK

**Use case:** 

Extract SEC NPORT-P fund holdings by CIK, including security identifiers, USD value, percent value, and filing metadata.

## Input

```json
{
  "tickers": [
    "LACAX"
  ],
  "ciks": [
    "0000002110"
  ],
  "startDate": "2026-01-01",
  "formTypes": [
    "NPORT-P"
  ],
  "maxFilingsPerCik": 1,
  "maxHoldings": 200,
  "requestDelayMs": 350,
  "userAgent": "Automation-Lab SEC N-PORT Scraper/0.1 (contact: support@automation-lab.example)"
}
```

## Output

```json
{
  "cik": {
    "label": "CIK"
  },
  "ticker": {
    "label": "Ticker"
  },
  "formType": {
    "label": "Form"
  },
  "accessionNumber": {
    "label": "Accession"
  },
  "filingDate": {
    "label": "Filing date"
  },
  "reportDate": {
    "label": "Report date"
  },
  "registrantName": {
    "label": "Registrant"
  },
  "seriesName": {
    "label": "Series"
  },
  "securityName": {
    "label": "Security name"
  },
  "securityTitle": {
    "label": "Security title"
  },
  "lei": {
    "label": "LEI"
  },
  "cusip": {
    "label": "CUSIP"
  },
  "isin": {
    "label": "ISIN"
  },
  "balance": {
    "label": "Balance"
  },
  "units": {
    "label": "Units"
  },
  "currency": {
    "label": "Currency"
  },
  "exchangeRate": {
    "label": "Exchange rate"
  },
  "valueUsd": {
    "label": "Value USD"
  },
  "percentValue": {
    "label": "% value"
  },
  "payoffProfile": {
    "label": "Payoff"
  },
  "assetCategory": {
    "label": "Asset category"
  },
  "issuerCategory": {
    "label": "Issuer category"
  },
  "issuerCountry": {
    "label": "Issuer country"
  },
  "isRestrictedSecurity": {
    "label": "Restricted"
  },
  "fairValueLevel": {
    "label": "Fair value level"
  },
  "rawFilingUrl": {
    "label": "Raw filing URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [SEC Form N-PORT Mutual Fund Holdings Scraper](https://apify.com/automation-lab/sec-form-nport-mutual-fund-holdings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/sec-form-nport-mutual-fund-holdings-scraper) to learn more, explore other use cases, and run it yourself.