learn.howToCalculate
learn.whatIsHeading
Effective Annual Rate (EAR), also called Annual Equivalent Rate (AER), is the actual annual interest rate accounting for compounding within the year. It allows comparison of loans or investments with different compounding frequencies.
단계별 가이드
- 1EAR = (1 + r/n)^n − 1
- 2r = nominal (stated) annual rate, n = compounding periods per year
- 3Daily compounding always gives a higher EAR than monthly, which is higher than annual
- 4APY (Annual Percentage Yield) on savings accounts IS the EAR
풀어진 예시
입력
12% nominal, monthly compounding
결과
EAR = 12.68%
(1 + 0.12/12)^12 − 1
입력
12% nominal, daily compounding
결과
EAR = 12.75%
(1 + 0.12/365)^365 − 1
계산할 준비가 되셨나요? 무료 Effective Annual Rate 계산기를 사용해 보세요
직접 시도해 보세요 →