# AnyAPI Congress Trades

> AnyAPI Congress Trades is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.0485/call, status down (last checked 2026-09-16).

Fetches congressional stock trade disclosures and financial transaction data for U.S. legislators

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/congress.trades
- Price: $0.0485/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-congress-trades-4e592ef3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__p6za16zDztzgxfMzlc_X

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 anyapi-congress-trades-4e592ef3 -d '<json body>'
```

Example prompt: Pull the most recent congressional stock trade disclosures — I want to see what U.S. senators and representatives have been buying and selling lately, especially any trades involving big tech companies.

## When to prefer this

Use this endpoint when you need structured, on-demand congressional stock trade data without a standing subscription — ideal for one-off lookups, research agents, or monitoring specific legislators or tickers via pay-per-call access through the x402 protocol.

## Known failure modes

- Invalid or missing required parameters return an error JSON response
- No trades found for a given filter returns empty result set
- Rate limiting or payment failure results in a 402 or 429 error
- Upstream data source unavailable causes scraping failure with 5xx error
- Stale data if congressional disclosure filings are delayed

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns JSON containing congressional trade disclosure records including legislator name, chamber, trade date, ticker symbol, asset name, transaction type (buy/sell), estimated trade amount range, and filing date as reported under STOCK Act requirements.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-congress-trades-4e592ef3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
