# x402stock Fund N-PORT Filing Lookup via ZeroClick

> x402stock Fund N-PORT Filing Lookup via ZeroClick is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Retrieves SEC N-PORT filing data for a specified mutual fund or ETF, paid per-request in USDC via x402 protocol

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/fund-nport/%7Bfund%7D
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-fund-n-port-filing-lookup-via-zeroclick-0bcdd0c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mTJiWKBfCMeZQcZiu4cwX

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 x402stock-fund-n-port-filing-lookup-via-zeroclick-0bcdd0c3
```

Example prompt: Can you pull the latest SEC N-PORT filing for the Vanguard Total Stock Market fund so I can see what it's currently holding?

## When to prefer this

Choose this endpoint when you need SEC N-PORT portfolio holding disclosures for a specific mutual fund or ETF and want a pay-per-use, no-account-required access model. Prefer over scraping SEC EDGAR directly when you want structured data delivery with autonomous micropayment settlement via x402.

## Known failure modes

- Invalid or unrecognized fund ticker/CIK returns an error or empty result
- Fund has no N-PORT filing on record (e.g. not a registered investment company)
- Payment insufficient or x402 payment handshake failure
- Rate limiting or server-side proxy errors from ZeroClick
- Stale data if SEC filing has not yet been ingested

## How this service works

Market and economic data for AI agents — US stocks, ETFs and options, forex, crypto and on-chain perps, energy commodities (crude, natural gas, gasoline), US and global macro (Fed funds, CPI/PCE, jobs, GDP, Treasury debt & yields, World Bank indicators), SEC filings, congressional trades, and market sentiment. No API keys, no accounts. Pay per request in USDC via x402 or MPP. This server is a pay-per-use, transparent proxy in front of x402stock's own API: it handles identity, payment, and proxying. Agents can purchase autonomously or with their human's approval. This document is the source of truth for agents: it lists the complete verified paid surface with each operation's live price in its x-payment-info. Endpoints not listed here are not part of the supported catalog. The live catalog at /manifest.json is authoritative for prices and any free included units (prices[].includedUnits) - some meters include free usage per account before any charge.

## Output

Returns SEC N-PORT filing data for the specified fund, including portfolio holdings, position details, and associated regulatory disclosure information as reported to the SEC. Payment is deducted at $0.03 USDC per call via x402/MPP.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-fund-n-port-filing-lookup-via-zeroclick-0bcdd0c3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.x402stock.xyz](https://www.zero.xyz/host/agents.x402stock.xyz/llms.txt)
