APR to APY Converter is a paid API for AI agents from api.24klabs.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).
Converts an Annual Percentage Rate (APR) to Annual Percentage Yield (APY) and computes projected future value given a principal amount.
A curated directory of x402 services — each one on the list on purpose, with the health, uptime, and independent trust grades from across the ecosystem gathered in one place.
Returns a JSON object with the input APR as a percentage, the computed APY as a percentage (accounting for compounding), and a projected end-value given the principal — e.g. {"apr_pct": 12, "apy_pct": 12.68, "projected_value": 1126.83}.
POSThttps://api.24klabs.ai/api/apr-apy-converterUse this endpoint whenever you need to accurately translate a nominal APR into its effective APY equivalent, especially in financial, DeFi, or savings contexts where compounding matters. Prefer this over manual calculation when you also need a projected end-value for a given principal, saving multiple computation steps in one call.
| Field | Type | Description |
|---|---|---|
| rate | number | |
| direction | string | |
| principal | number | |
| compounds_per_year | number |
{
"type": "json",
"example": {
"apr_pct": 12,
"apy_pct": 12.68,
"projected_value": 1126.83
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"