# StableJack Institutional Holdings Filing Retrieval

> StableJack Institutional Holdings Filing Retrieval is a paid API for AI agents from ai.stable-jack.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Retrieves institutional filing data (13F and similar) from SEC EDGAR by institution CIK, filing year, and quarter

## Facts

- Endpoint: POST https://ai.stable-jack.com/x402/tools/institutional_holdings
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablejack-institutional-holdings-filing-retrieval-7e3c3279
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1zbXgXIRkCALr_R1dD6gQ

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 stablejack-institutional-holdings-filing-retrieval-7e3c3279 -d '<json body>'
```

Example prompt: Pull the institutional holdings filing data for institution CIK 0001350694 for Q3 2023 — I want to see what positions they reported to the SEC that quarter.

## When to prefer this

Choose this endpoint when you need programmatic access to SEC institutional holding filings (13F data) for a specific fund identified by CIK, for a defined year and quarter. It is particularly useful for agents conducting investment research, tracking smart money flows, or building fund analysis pipelines, and is preferable to scraping SEC EDGAR directly due to its structured, agent-ready output and pay-per-call model.

## Known failure modes

- Invalid or non-existent CIK returns an error or empty result
- Filing not yet available for a future or very recent quarter
- Incorrect quarter format causes a parameter validation error
- Institution did not file for the specified period, resulting in no data returned
- Network or upstream data source timeout returns a service error

## How this service works

Retrieve institutional filing data. For filings-extract include institution CIK, filing year, and quarter.

## Output

Returns structured institutional filing data extracted from SEC disclosures, including the institution's reported equity positions, share counts, market values, and other holdings details for the specified CIK, year, and quarter.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablejack-institutional-holdings-filing-retrieval-7e3c3279/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ai.stable-jack.com](https://www.zero.xyz/host/ai.stable-jack.com/llms.txt)
