# SecureLend Quantitative Analysis

> SecureLend Quantitative Analysis is a paid API for AI agents from agents.securelend.ai, paid per call via x402, $1.5/call, status unknown (last checked 2026-09-13).

Performs quantitative financial analysis on lending or investment data, returning structured analytical results for credit, risk, or portfolio assessment.

## Facts

- Endpoint: GET https://agents.securelend.ai/api/v1/quantitative-analysis
- Price: $1.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agents-securelend-ai-18718c54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S2q1noh7WHDF06kLGECNP

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 agents-securelend-ai-18718c54
```

Example prompt: Run a quantitative analysis on this commercial real estate loan — the property generates $250,000 annual NOI, the requested loan amount is $2.5M at 6.5% interest over 25 years, and I need debt service coverage ratio, LTV, and overall risk metrics.

## When to prefer this

Choose this endpoint when you need structured quantitative computation on lending or credit data — particularly for deriving risk scores, financial ratios, or model-driven metrics from raw financial inputs. Prefer over document-intelligence or risk-discovery endpoints when you already have structured numerical data and need analytical computation rather than document parsing or unstructured risk identification.

## Known failure modes

- Missing or malformed financial input data returns a 400 error
- Insufficient USDC balance or payment failure returns a 402 Payment Required
- Invalid parameter types cause a validation error
- Upstream computation timeout returns a 504 or 500 error
- Unsupported asset class or loan type may return an error or partial result

## How this service works

USDC payment required for /api/v1/quantitative-analysis

## Output

A structured quantitative analysis report containing computed financial metrics, risk scores, statistical assessments, and other numerical outputs relevant to the lending or investment scenario submitted. May include ratios, scores, and model-driven recommendations.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-securelend-ai-18718c54/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.securelend.ai](https://www.zero.xyz/host/agents.securelend.ai/llms.txt)
