# Congressional Trades Data

> Congressional Trades Data is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.117/call, status unknown (last checked 2026-09-13).

Retrieves recent stock trades and financial disclosures made by members of the US Congress

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/congressional-trades
- Price: $0.117/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/congressional-trades-data-cb62ef64
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4KidnqlVFqe9IoNERdixF

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 congressional-trades-data-cb62ef64
```

Example prompt: Can you pull the latest congressional stock trade disclosures — I want to see what stocks members of Congress have been buying and selling recently?

## When to prefer this

Use this endpoint when you need structured, machine-readable congressional trade disclosure data without setting up API keys or accounts — ideal for agents doing political finance research, conflict-of-interest analysis, or tracking legislative stock activity. Pay per call with USDC on Base mainnet via x402.

## Known failure modes

- No data returned if query properties are malformed or unsupported filter values are passed
- Payment failure if USDC balance on Base is insufficient or x402 handshake fails
- Empty result set if no recent trades match the query criteria
- Rate limiting or service unavailability from upstream data source

## How this service works

US Congressional stock trades (STOCK Act disclosures). Two modes: supply a ticker to get all congress member trades in that stock (with excess-return-vs-SPY performance), or omit ticker for recent market-wide congressional activity. Returns representative, party, chamber, transaction type, dollar range, dates, and historical performance vs. SPY. Sourced from Quiver Quant's STOCK Act aggregator — no API key required. $0.022/call.

## Output

Returns a list of recent congressional stock trade filings including legislator name, chamber, ticker symbol, company name, transaction type (buy/sell), trade date, and approximate dollar amount range as required by the STOCK Act.

## Example request

```json
{
 "properties": "ticker,date,representative,transaction_type,amount"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/congressional-trades-data-cb62ef64/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
