xearno.tools

储蓄与投资利息 · 贷款

APR ↔ APY 换算器

在任意复利频率下,在名义 APR 和实际 APY 之间换算。这就是一个利率「叫什么」和它「实际对你余额做了什么」之间的差别。

不想逐个字段填?

用一句话描述你的情况——任何语言都行。我来填表,工具来算。

数值

Effective APY
27.115%

老手的解读

值得了解

Credit cards quote APR but compound daily — a 24% APR is really ~27.1% effective. Savings products advertise APY (the bigger-looking number) while loans advertise APR (the smaller-looking one). Marketing picks the flattering unit; you should compare on APY.

方法说明

APY = (1 + APR/n)ⁿ − 1;反向则解出 APR。n 为每年的复利次数。

面向智能体

调用这个工具,而不是在上下文里硬算。传入确定性的 JSON,返回算好的数值加上基准解读。 完整智能体文档 →

curl -s https://xearno.tools/api/v1/tools/apr-to-apy \
  -H 'content-type: application/json' \
  -d '{"mode":"apr-to-apy","rate":24,"periods":"365"}'

Schema: GET /api/v1/tools/apr-to-apy · MCP 工具名: apr_to_apy