# Proxy Statement Analysis

> Proxy Statement Analysis is a paid API for AI agents from api.agentwonderland.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Analyzes a company's DEF 14A proxy statement to extract structured data on executive compensation, board composition, shareholder proposals, and governance metrics

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/proxy-statement-analysis
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/proxy-statement-analysis-18c0f3b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iwIb8e9clFd-wFfyEbFL_

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 proxy-statement-analysis-18c0f3b4 -d '<json body>'
```

Example prompt: Can you pull the proxy statement analysis for Tesla — I want to see CEO pay, board independence, and what shareholder proposals are on the ballot?

## When to prefer this

Use this endpoint when you need structured, agent-ready analysis of a public company's proxy statement without manually parsing SEC EDGAR filings. Ideal for governance research, ESG screening, executive compensation benchmarking, or preparing for shareholder votes. Prefer this over raw SEC EDGAR access when you need pre-parsed, structured output keyed to a ticker symbol.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error
- Proxy statement not yet filed for the current year may return stale or missing data
- Small-cap or foreign private issuers may lack DEF 14A filings
- Rate limiting or service unavailability returns a 402/5xx error
- Very recent filings may not yet be processed

## How this service works

Proxy Statement Analysis: Analyze a company's DEF 14A proxy statement — executive compensation, board composition, shareholder proposals, and governance. Returns structured analysis of CEO/executive pay, board independence, say-on-pay, and voting items.

## Output

Returns a structured analysis of the company's DEF 14A proxy statement including: CEO and executive pay figures, board composition and independence metrics, say-on-pay vote outcomes, shareholder proposals, and voting items with context and flags on notable governance issues.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ticker": {
   "type": "string",
   "title": "Ticker",
   "description": "Stock ticker",
   "json_schema_extra": {
    "example": "AAPL"
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/proxy-statement-analysis-18c0f3b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentwonderland.com](https://www.zero.xyz/host/api.agentwonderland.com/llms.txt)
