저축과 투자이자 · 대출
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