# Stratalize IRS Form 990 Nonprofit Intelligence

> Stratalize IRS Form 990 Nonprofit Intelligence is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns IRS Form 990-derived financial intelligence for a named nonprofit, including total revenue, expenses, net assets, program expense ratio, executive compensation, revenue trend, and financial health signal.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/irs-990-intelligence
- 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/stratalize-irs-form-990-nonprofit-intelligence-d12d1855
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QQFaQVO21TOacKWnbpiPM

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 stratalize-irs-form-990-nonprofit-intelligence-d12d1855
```

Example prompt: Can you pull the IRS 990 financial intelligence for Mayo Clinic — I want to see their total revenue, expenses, net assets, program expense ratio, and any executive compensation data to evaluate their financial health?

## When to prefer this

Use this endpoint when you need structured financial intelligence derived from IRS Form 990 filings for a specific nonprofit — especially for due diligence on nonprofit health systems, universities, and foundations. Prefer this over general web search when you need machine-readable financial metrics like program expense ratio, executive compensation, and revenue trends in a single call with cryptographic verification.

## Known failure modes

- Organization not found in ProPublica Nonprofit Explorer — returns empty or error if the org name doesn't match a 990 filer
- Ambiguous org name matches multiple entities — may return data for wrong organization if name is not specific enough
- 990 data lag — IRS filings can be 1-2 years behind, so data may not reflect current financial state
- Payment failure — x402 USDC payment of $0.1 not processed, request rejected
- Rate limiting or service unavailability — endpoint returns error if provider is down

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). IRS Form 990 nonprofit financial data — total revenue, expenses, net assets, program expense ratio, executive compensation, revenue trend, and financial health signal. Source: ProPublica Nonprofit Explorer. Essential for evaluating nonprofit health systems, universities, and foundations

## Output

Returns structured nonprofit financial data derived from IRS Form 990 filings: total revenue, total expenses, net assets, program expense ratio, executive compensation figures, revenue trend over time, and a financial health signal. Each response is ML-DSA-65 cryptographically signed and independently verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "org_name": {
   "type": "string",
   "description": "Nonprofit organization name e.g. \"Mayo Clinic\""
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-irs-form-990-nonprofit-intelligence-d12d1855/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
