# x402stock Regulatory Data

> x402stock Regulatory Data is a paid API for AI agents from agents.x402stock.xyz, paid per call via x402 or MPP, $0.02/call, status unknown (last checked 2026-09-14).

Fetches SEC filings and congressional trading data for AI agents via pay-per-request USDC pricing

## Facts

- Endpoint: GET https://agents.x402stock.xyz/api/v1/regulatory
- Price: $0.02/call
- Payment: x402, MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402stock-regulatory-data-028eeda7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dXCzhY3JgqCsafTjBUWDU

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-regulatory-data-028eeda7
```

Example prompt: Pull the latest SEC filings and any congressional trading disclosures for Tesla — I want to see what regulatory activity has happened recently.

## When to prefer this

Choose this endpoint when you need SEC filing data or congressional trading disclosures without setting up an API key or account — ideal for autonomous AI agents that can pay per request in USDC. Prefer this over traditional financial data APIs when you need regulatory/compliance-specific data (filings, disclosures, congressional trades) rather than price or market data, and when frictionless pay-per-use access is preferred over subscription models.

## Known failure modes

- Missing or malformed properties parameter returns an error or empty result
- Querying a ticker or entity with no regulatory filings returns empty data
- Payment failure in USDC/x402 blocks the request before data is returned
- Unsupported regulatory category or property key returns a 400 or null response
- Rate limiting or quota exhaustion if free included units are exceeded without sufficient balance

## How this service works

Proposed/final rules and notices from a federal agency — the regulatory pipeline that reprices sectors. Pass `?agency=securities-and-exchange-commission` (slug) and/or `?q=` (at least one), plus `?type=all|rule|proposed|notice` and `?limit=` (max 100). Each doc has number, type, title, abstract, dates, agencies, and a link. From x402stock, a market & economic data API (x402, USDC).

## Output

Returns regulatory data such as SEC filings (10-K, 10-Q, Form 4, etc.) and congressional trading disclosures. Response includes structured records with filing metadata, dates, entities involved, and document references. Delivered as JSON with relevant fields per the regulatory category queried.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402stock-regulatory-data-028eeda7/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)
