# ApexAPI Compound Interest Calculator

> ApexAPI Compound Interest Calculator is a paid API for AI agents from apex-api-gamma.vercel.app, paid per call via x402, $0.106656/call, status unknown (last checked 2026-09-14).

Calculates compound interest growth given principal, rate, and time parameters

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/finance/compound/calc
- Price: $0.106656/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-compound-interest-calculator-5f6c8d7b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BHQdeXneSh07fuWVQyzfe

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 apexapi-compound-interest-calculator-5f6c8d7b -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need a quick, pay-per-call compound interest calculation without setting up API keys. Ideal for agents that occasionally need financial math without integrating a full financial SDK or spreadsheet tool.

## Known failure modes

- Missing or invalid principal amount returns error
- Negative or zero interest rate may produce unexpected results
- Invalid compounding frequency string causes bad request
- Malformed query string fails to parse input parameters
- 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 computed future value, total interest earned, and possibly a breakdown of growth over the compounding periods based on the provided principal, rate, 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/apexapi-compound-interest-calculator-5f6c8d7b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
