# NexusAPI Compound Interest Calculator

> NexusAPI Compound Interest Calculator is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.106656/call, status unknown (last checked 2026-09-15).

Calculates compound interest growth for a given principal, rate, and time period

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/finance/compound/calc
- Price: $0.106656/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-compound-interest-calculator-8d87fdae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i0zOun9YgE3IpYe_RQtoQ

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 nexusapi-compound-interest-calculator-8d87fdae -d '<json body>'
```

Example prompt: How much will $15,000 grow to if I invest it at a 6% annual interest rate compounded monthly over 10 years?

## When to prefer this

Use this endpoint when you need a quick compound interest calculation without setting up your own math logic, especially in agentic workflows where financial projections are needed on demand and you want to pay per call with no API key setup.

## Known failure modes

- Missing or invalid query input returns a generic error
- Non-numeric values for financial parameters may cause computation failure
- Extremely large or negative values may produce unexpected results
- Payment failure (402) if USDC balance is insufficient

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns the computed future value of an investment or loan, total interest earned, and potentially a breakdown of growth over time based on the provided principal, rate, compounding frequency, and duration.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-compound-interest-calculator-8d87fdae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
