# Stratalize SBA Loan Market Data

> Stratalize SBA Loan Market Data 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 SBA-guaranteed lending activity metrics (approval volume, loan count, concentration signals) filtered by geography, industry, and year

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/sba-loan-market-data
- 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-sba-loan-market-data-775df1de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SF9UoXsS3K3-3kTZDoQsG

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-sba-loan-market-data-775df1de
```

Example prompt: Can you pull the SBA loan approval volume and loan count for California in the healthcare industry for 2023 so I can size the small-business credit demand there?

## When to prefer this

Use this endpoint when you need authoritative, SBA-sourced small-business lending data segmented by state, industry, or year — particularly for market sizing, credit demand analysis, market entry research, or portfolio expansion decisions. Prefer it over general financial data APIs when you specifically need SBA program lending activity with cryptographic provenance verification.

## Known failure modes

- Invalid or unsupported year returns an error or empty result
- Unknown state abbreviation or full state name causes a parameter error
- Unrecognized industry code or name may return no data
- Data may be unavailable for very recent years if SBA disclosures have not yet been published
- Payment failure (insufficient USDC balance) prevents the call from completing via x402 protocol

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). SBA-guaranteed lending activity by geography, industry, and year, including approval volume, loan count, and concentration signals. Source: U.S. Small Business Administration program disclosures and public lending files. Use when sizing small-business credit demand, market entry, or portfolio expansion opportunities

## Output

Returns SBA-guaranteed lending metrics including total approval volume in dollars, loan count, and concentration signals for the requested state, industry, and year. Each response is ML-DSA-65 cryptographically signed and includes a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "year": {
   "type": "number",
   "description": "Request parameter: year"
  },
  "state": {
   "type": "string",
   "description": "Request parameter: state"
  },
  "industry": {
   "type": "string",
   "description": "Request parameter: industry"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-sba-loan-market-data-775df1de/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)
