# Greenwood Financial Intelligence — Regulatory PM Signals

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

Retrieves real-time regulatory portfolio manager signals including insider trading filings and congressional stock disclosures for institutional-grade alternative financial data

## Facts

- Endpoint: GET https://api.greenwood.financial/signals/regulatory-pm
- Price: $0.015/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-regulatory-pm-signals-81e990ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2jdztqs2jwQQ9Xs8hyjIg

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-regulatory-pm-signals-81e990ff
```

Example prompt: Pull the latest regulatory PM signals from Greenwood Financial for insider trading activity and congressional stock disclosures right now — I want to see what insiders and lawmakers have been buying or selling.

## When to prefer this

Choose this endpoint when you need real-time, machine-speed access to regulatory signals such as SEC insider trading filings or congressional stock disclosures (STOCK Act) for quantitative or algorithmic trading strategies. Prefer this over manual EDGAR lookups or delayed aggregators when low-latency alternative financial data is required and autonomous per-query micropayment via x402 is acceptable.

## Known failure modes

- Missing or invalid x402 payment header returns 402 Payment Required
- Insufficient USDC balance causes payment failure and no data returned
- Rate limiting if too many queries sent in rapid succession
- Empty response schema may indicate undocumented or variable output structure
- Service unavailability if upstream regulatory data feeds are 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 real-time regulatory portfolio manager signals including insider trading disclosures, congressional stock transaction filings, and alternative financial intelligence data priced at $0.015 USDC per query via x402 micropayment.

## Example request

```json
{
 "x_payment": "test_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-regulatory-pm-signals-81e990ff/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)
