# FilingsPulse Fund Holdings Intelligence (SEC Form N-PORT)

> FilingsPulse Fund Holdings Intelligence (SEC Form N-PORT) is a paid API for AI agents from filingspulse.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Retrieves AI-synthesized intelligence on mutual fund and ETF portfolio holdings from SEC Form N-PORT filings, including fund composition, position changes, and holdings analysis.

## Facts

- Endpoint: GET https://filingspulse.vercel.app/api/filings/fund-holdings
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-fund-holdings-intelligence-sec-form-n-port-64021be2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F1UuwaGeYO7Y-lGFI1lrU

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability filingspulse-fund-holdings-intelligence-sec-form-n-port-64021be2
```

Example prompt: Pull the latest SEC N-PORT fund holdings for the Fidelity Contrafund (ticker FCNTX) and give me an AI-synthesized breakdown of its top positions and any notable changes.

## When to prefer this

Choose this endpoint when you need structured, AI-synthesized intelligence on mutual fund or ETF holdings drawn directly from SEC Form N-PORT regulatory filings — especially when you need official regulatory data rather than third-party aggregated holdings. Ideal for due diligence, portfolio overlap analysis, and fund strategy research. Prefer this over general financial data APIs when you need filing-level accuracy and AI narrative synthesis in one call.

## Known failure modes

- Invalid or unknown CIK returns empty or error response
- Fund ticker not found in EDGAR mapping — try using CIK instead
- N-PORT filings may be delayed up to 60 days from reporting period end
- Micropayment (x402) failure if USDC balance is insufficient ($0.25/call)
- Lang parameter with unsupported language code may fall back to English
- No N-PORT data available for funds exempt from Form N-PORT (e.g. money market funds)

## How this service works

Global SEC/EDGAR and international filings intelligence API. AI-synthesized plain-language summaries of 10-K, 10-Q, 8-K, S-1/IPO filings. Insider ownership tracking, red flag detection, institutional holdings analysis, and international filing support (Companies House UK, SEDAR Canada, EDINET Japan, ASIC Australia, HKEx, BSE/NSE India). IBKR, eToro, and Tastytrade broker affiliate links included. Fundamental analysis tools (Simply Wall St, Finviz, TIKR) included. All endpoints support any language via ?lang=. Adds SEC Form N-PORT fund-holdings intelligence, EDGAR filing-anomaly scanning, full-text filing search with real excerpts, and municipal bond disclosure search (EMMA/MSRB). Pricing: $0.08–$0.25 USDC/call via x402 micropayment.

## Output

Returns a JSON object containing AI-synthesized analysis of the fund's portfolio holdings as reported in SEC Form N-PORT filings, including position-level data, top holdings, portfolio composition, and any notable changes — optionally translated into the requested language.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cik": {
   "type": "string",
   "description": "SEC CIK of the fund trust/registrant"
  },
  "fund": {
   "type": "string",
   "description": "fund or series name"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "ticker": {
   "type": "string",
   "description": "fund/ETF ticker (fund share class or ETF ticker)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/filingspulse-fund-holdings-intelligence-sec-form-n-port-64021be2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.vercel.app](https://www.zero.xyz/host/filingspulse.vercel.app/llms.txt)
