# FilingsPulse Fund Holdings Intelligence

> FilingsPulse Fund Holdings Intelligence is a paid API for AI agents from filingspulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns top holdings, position weights, concentration metrics, and quarter-over-quarter changes for any US mutual fund or ETF, sourced from SEC Form N-PORT filings on EDGAR

## Facts

- Endpoint: GET https://filingspulse.theaslangroupllc.com/api/filings/fund-holdings
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-fund-holdings-intelligence-3423ddfd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9DtCfMf9dGgU6Z7aij2xi

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-3423ddfd
```

Example prompt: Pull the current top holdings, position weights, and top-10 concentration percentage for ARKK, and show me what changed quarter-over-quarter from the latest SEC N-PORT filing.

## When to prefer this

Use this endpoint when you need structured, up-to-date mutual fund or ETF holdings data sourced directly from SEC Form N-PORT filings rather than a third-party data vendor snapshot. Ideal for portfolio-overlap analysis, allocation research, concentration risk assessment, or monitoring quarter-over-quarter shifts in institutional fund positions. Prefer this over generic financial data APIs when regulatory filing accuracy and recency matter, or when you need to accept fund identifiers in multiple formats (ticker, CIK, or name).

## Known failure modes

- Fund ticker not found in EDGAR — returns 404 or empty result if the ticker is not mapped to a CIK
- CIK does not correspond to a fund with N-PORT filings — returns error if the entity is not a registered investment company
- No recent N-PORT filing available — may return stale or missing data if the fund has not filed recently
- Ambiguous fund name matching multiple funds — may require disambiguation via CIK
- Payment failure (x402) — $0.25 USDC not authorized, returns 402 status

## How this service works

Fund holdings intelligence for any US mutual fund or ETF — top positions, position weights, concentration (top-5/top-10 %), and quarter-over-quarter holdings changes. Sourced from SEC Form N-PORT filings (structured EDGAR data, not a static snapshot). Accepts fund ticker, CIK, or fund name. For investing, allocation-research, and portfolio-overlap agents.

## Output

Returns structured data including the fund's top positions with their ticker symbols and weight percentages, top-5 and top-10 concentration metrics, and a quarter-over-quarter diff showing positions added, removed, or changed in weight — all sourced from the most recent SEC Form N-PORT filing for the requested fund.

## 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-3423ddfd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.theaslangroupllc.com](https://www.zero.xyz/host/filingspulse.theaslangroupllc.com/llms.txt)
