💳 PPF Calculator
Calculate your Public Provident Fund maturity amount (Current PPF rate: 7.1% p.a.)
Minimum PPF tenure is 15 years
ℹ️ PPF interest is compounded annually and is completely tax-free under Section 80C of the Income Tax Act.
function fmtINR(n){return’₹’+Math.round(n).toLocaleString(‘en-IN’)}
function calcPPF(){var a=parseFloat(document.getElementById(‘ppf_amount’).value)||0,r=parseFloat(document.getElementById(‘ppf_rate’).value)/100||0,y=parseFloat(document.getElementById(‘ppf_years’).value)||15,bal=0;for(var i=0;i<y;i++){bal=(bal+a)*(1+r)}var inv=a*y,int=bal-inv;document.getElementById('ppf_invested').innerHTML=fmtINR(inv);document.getElementById('ppf_interest').innerHTML=fmtINR(int);document.getElementById('ppf_total').innerHTML=fmtINR(bal)}calcPPF();
Angel One (Trading & Demat Account)