# Greenwood Financial Intelligence — Congress Signals (Latest)

> Greenwood Financial Intelligence — Congress Signals (Latest) is a paid API for AI agents from api.greenwood.financial, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-15).

Fetches the most recent congressional stock disclosure signals and alternative financial intelligence data in real time

## Facts

- Endpoint: GET https://api.greenwood.financial/signals/congress/latest
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/greenwood-financial-intelligence-congress-signals-latest-6ff953c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xQaUM_qDH3d50w9FMS2Q3

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 greenwood-financial-intelligence-congress-signals-latest-6ff953c2
```

Example prompt: Pull the latest congressional stock disclosure signals from Greenwood Financial Intelligence — I want to see what trades members of Congress have most recently reported.

## When to prefer this

Choose this endpoint when you need real-time, machine-readable congressional stock disclosure signals and alternative financial data priced per query with autonomous micropayment via x402. Prefer this over scraping SEC EDGAR or manual disclosure portals when you need structured, low-latency data suitable for algorithmic or agentic workflows.

## Known failure modes

- Missing or invalid x402 payment header returns HTTP 402 Payment Required
- Insufficient USDC balance causes payment rejection and no data returned
- Rate limiting may return HTTP 429 if too many queries are made in rapid succession
- Empty result set if no new congressional disclosures have been filed recently
- Service unavailable or timeout if upstream disclosure data source is delayed

## How this service works

Real-time insider trading signals, congressional stock disclosures, and alternative financial data — priced per query, paid autonomously via x402.

## Output

Returns the most recent congressional stock disclosure records and insider trading signals, including trade details such as ticker symbols, transaction types, amounts, and filing timestamps, as alternative financial intelligence data points for institutional or algorithmic analysis.

## Example request

```json
{
 "x_payment": "test_payment_token_12345"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/greenwood-financial-intelligence-congress-signals-latest-6ff953c2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.greenwood.financial](https://www.zero.xyz/host/api.greenwood.financial/llms.txt)
