# Greenwood Financial Intelligence — EDGAR Latest Signals

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

Fetches the latest EDGAR insider trading and congressional stock disclosure signals in real time, paid per query via x402

## Facts

- Endpoint: GET https://api.greenwood.financial/signals/edgar/latest
- Price: $0.002/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-edgar-latest-signals-8f952b38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7FC2onwGXwqq43LBQ_TZR

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-edgar-latest-signals-8f952b38
```

Example prompt: Pull the latest insider trading and congressional stock disclosure signals from Greenwood's EDGAR feed right now — I want to see who's been buying or selling.

## When to prefer this

Use this endpoint when you need real-time, machine-speed access to SEC EDGAR insider trading filings and congressional stock disclosures without a subscription — ideal for autonomous agents executing per-query microtransactions via x402 and quantitative strategies requiring fresh alternative financial data.

## Known failure modes

- Missing or invalid x402 payment header returns HTTP 402 Payment Required
- Insufficient USDC balance causes payment failure and no data returned
- EDGAR data feed latency may result in slight delays in signal freshness
- Rate limiting if payment throughput exceeds endpoint capacity
- Empty response if no new EDGAR filings have been processed recently

## 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 EDGAR-sourced insider trading signals and congressional stock disclosures, including transaction details, filer information, and alternative financial data points relevant to trading strategies.

## 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-edgar-latest-signals-8f952b38/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)
