# Stratalize Bank Financial Intelligence

> Stratalize Bank Financial Intelligence is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns FDIC call report data for a named US bank — including assets, deposits, capital ratios, loan quality, and peer benchmark positioning — with a cryptographically signed ML-DSA-65 response.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/bank-financial-intelligence
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-bank-financial-intelligence-2c3efb76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T9yv73pMOvKyt0P6lM1ZN

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-bank-financial-intelligence-2c3efb76
```

Example prompt: Pull the FDIC financial profile for Glacier Hills Community Bank — I need their total assets, deposit base, capital ratios, loan quality, and how they stack up against peer banks.

## When to prefer this

Use this endpoint when you need FDIC-sourced financial data (assets, deposits, capital ratios, loan quality) for a specific named US bank, especially for due diligence, acquisition screening, or peer benchmarking in community banking. Prefer this over generic financial data APIs when cryptographic verifiability of the response is required, or when FDIC call report fidelity matters.

## Known failure modes

- Bank name not found in FDIC database — returns error indicating unrecognized institution
- Ambiguous bank name matching multiple institutions — may return wrong entity or require more specificity
- FDIC data sync lag — call report data may not reflect the most recent quarter
- Payment failure — x402 micropayment of $0.02 USDC not processed, request rejected
- Signature verification failure — ML-DSA-65 signature cannot be independently confirmed at verify endpoint

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). FDIC financial data for any US bank — assets, deposits, capital ratios, loan quality, and peer benchmark positioning. Source: FDIC BankFind synced call report data. Use for bank due diligence, acquisition screening, or competitive analysis in community banking

## Output

Returns FDIC BankFind call report data for the requested bank including total assets, deposits, capital ratios, loan quality indicators, and peer benchmarking figures. Every response is ML-DSA-65 signed with a cryptographic receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "bank_name": {
   "type": "string",
   "description": "Request parameter: bank name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-bank-financial-intelligence-2c3efb76/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)
