貯蓄・投資利息 · ローン
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"}'スキーマ: GET /api/v1/tools/apr-to-apy · MCP ツール名: apr_to_apy