儲蓄與投資利息 · 貸款
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