储蓄与投资投资 · 利息
复利增长
按给定年回报率、每月复利,预测一笔本金加上每月定投的未来价值。把结果拆成「你投入的」和「复利赚到的」,并对假设做合理性检查。
数值
- Future value
- 106,639
- Total contributed
- 70,000
- Growth earned
- 36,639
- Inflation-adjusted (3%/yr)
- 79,349
- Today's purchasing power
老手的解读
值得了解
34% of the final value is compounding, 66% is your own deposits. The compounding share rises steeply with time — the years, not the rate, are usually the lever you control.
值得了解
Rule of 72: at 7%, money doubles roughly every 10.3 years.
方法说明
公式:FV = P·(1+i)^m + C·((1+i)^m − 1)/i,其中 i 为月利率(年利率/12),m 为月数。假设定投在每月月末投入。
经通胀调整后的数值是把未来价值除以 1.03^年数——3% 只是一个参照,不是预测。历史上,扣除通胀后的实际股票回报约在 4–7%。
这是恒定回报率下的确定性推算。真实回报到来并不均匀;回报的先后顺序对提取阶段影响很大,但对稳定的积累阶段影响不大。
面向智能体
调用这个工具,而不是在上下文里硬算。传入确定性的 JSON,返回算好的数值加上基准解读。 完整智能体文档 →
curl -s https://xearno.tools/api/v1/tools/compound-growth \
-H 'content-type: application/json' \
-d '{"principal":10000,"monthly":500,"rate":7,"years":10}'Schema: GET /api/v1/tools/compound-growth · MCP 工具名: compound_growth
相关工具
- FIRE 数字 — 让工作变成可选项的那笔资产,以及它离你还有多远。
- UK Capital Gains Tax Calculator (2025-26 & 2026-27) — Capital Gains Tax on shares, crypto, property, or a business sale — current £3,000 allowance, the 18%/24% rate split driven by your income, and the BADR 14% → 18% ramp.
- 单利计算器 — I = P·r·t——以及随时间它与复利拉开多大差距。
- APR ↔ APY 换算器 — 名义利率与实际利率——一个报出来的 APR,在你的复利频率下真正的代价是多少。