← 返回

📈 复利计算器 / 定投收益模拟

看清时间的力量 · 单利 vs 复利 · 一次性投资 vs 月供定投 · 含通胀实际购买力

💰 复利计算(一次性)
📊 定投模拟(月供)
🎯 目标倒推

参数

复利终值
¥{{ fmt(compoundResult.fv) }}
投入 {{ fmt(c.principal) }}
总收益
¥{{ fmt(compoundResult.gain) }}
{{ ((compoundResult.gain/c.principal)*100).toFixed(1) }}%
vs 单利
¥{{ fmt(compoundResult.simple) }}
复利多赚 {{ fmt(compoundResult.fv - compoundResult.simple) }}
实际购买力
¥{{ fmt(compoundResult.real) }}
扣除 {{ c.inflation }}% 通胀

📈 资产增长曲线

📋 逐年明细

年份累计本金当年收益累计收益账户余额实际购买力
第 {{ r.year }} 年{{ fmt(r.principal) }}{{ fmt(r.yearGain) }} {{ fmt(r.totalGain) }}{{ fmt(r.balance) }}{{ fmt(r.real) }}

定投参数

最终账户
¥{{ fmt(dcaResult.fv) }}
累计投入
¥{{ fmt(dcaResult.contrib) }}
月供 + 初始
总收益
¥{{ fmt(dcaResult.gain) }}
{{ ((dcaResult.gain/dcaResult.contrib)*100).toFixed(1) }}%
实际购买力
¥{{ fmt(dcaResult.real) }}

📊 投入 vs 收益增长

📋 逐年明细

年份本年投入累计投入本年收益账户余额累计收益率
第 {{ r.year }} 年{{ fmt(r.invest) }}{{ fmt(r.totalInvest) }} {{ fmt(r.yearGain) }}{{ fmt(r.balance) }} {{ ((r.balance-r.totalInvest)/r.totalInvest*100).toFixed(1) }}%

反向求解

输入目标和年限,自动算出每月该投多少
每月需投入
¥{{ fmt(goalResult.monthly) }}
{{ g.years }} 年达成 {{ fmt(g.target) }}
累计本金
¥{{ fmt(goalResult.totalInvest) }}
含初始 {{ fmt(g.initial) }}
总收益
¥{{ fmt(g.target - goalResult.totalInvest) }}
复利产生
日均存钱
¥{{ fmt(goalResult.monthly/30) }}
/天

💡 不同年化率对比

年化率每月投入累计本金总收益收益占比
{{ r.rate }}%¥{{ fmt(r.monthly) }}{{ fmt(r.contrib) }} {{ fmt(g.target-r.contrib) }}{{ ((g.target-r.contrib)/g.target*100).toFixed(0) }}%

复利定投收益模拟

看清时间的力量,3 大场景全覆盖:① 复利计算(一次性投资)——支持每年/每季/每月/每日 4 种复利频率,输入本金 + 年化率 + 年限,自动算终值、总收益、与单利对比多赚多少;带通胀模型显示「实际购买力」(10 万 8% 投 30 年看似变 100 万,扣 3% 通胀只值 41 万);② 定投模拟(月供)——初始本金 + 每月定投,可设「每年增加月供 X%」(工资涨薪同步定投);ECharts 双轴图同时展示「累计投入 + 累计收益」堆叠柱图和「账户余额」折线,逐年表格可看每年贡献的复利收益;③ 目标倒推——输入目标金额(如 100 万)+ 年限,自动算每月该投多少;并对比 3%/5%/8%/10%/15% 五档年化率下的不同月供需求,直观看「年化率每提高 2%,月供减少多少」。所有计算纯前端,金融数据不上传

本工具由 在线小工具大全 提供,更多 同类工具 可在站内查看。