← 金融与理财

金融·储蓄

简单的储蓄目标和每月供款计算器

将您的储蓄目标变成一个简单的每月计划,或者看看您当前的储蓄习惯可以帮助您走多远。

样本值会在加载时自动计算,以便您立即看到结果。所有计算都保留在您的浏览器中。

其他语言 ja | en | zh-CN | es | pt-BR | id | fr | hi-IN | ar

使用方法(3步)

  1. 选择要计算的内容:所需的每月供款、每月金额的未来储蓄或达到目标的时间。
  2. 输入您当前的储蓄、目标或每月存款、期限和预期年利率(0% 表示无利息)。
  3. 结果自动更新。调整数字以适合您的预算,然后使用“复制 URL”来共享场景。

货币只是装饰性的;在字段中键入不带符号的纯数字。

输入

使用现实的费率;该工具假设年利率恒定,按月复利计算,并忽略税费。

此处仅输入符号(例如 $、€、¥)。在其他字段中使用普通数字。

输入 0% 以忽略利息并查看简单的储蓄。

每月所需供款

需要每月供款

--

保存期限
储蓄目标
当前储蓄
每月供款
捐款总额
未来储蓄金额
兴趣/成长

计算方法

常见问题解答

如果我输入 0% 利息会怎样?

计算器将其视为简单的储蓄,没有增长。未来价值只是当前储蓄加上总缴款,因此您可以专注于每月的习惯而无需复利。

为什么说目标遥不可及呢?

当当前每月供款和利率无法实现目标时(例如 0 供款且利息为 0%),就会出现这种情况。增加每月金额、延长时间表或在现实情况下使用更高的假设费率。

如果我目前的储蓄已经达到目标怎么办?

如果您的现有余额已达到或超过目标,则所需的每月供款将变为 0,并且达到目标的时间将显示为 0 个月。

我的数据是否存储或发送到任何地方?

所有计算都在您的浏览器中运行。您输入的金额不会作为个人数据发送到服务器。仅当您想要共享场景时才使用“复制 URL”按钮。

评论

仅在需要时加载评论。

, defaults: { mode: 'required-monthly', targetAmount: 10000, initialBalance: 1000, monthlyContribution: 250, years: 3, extraMonths: 0, apr: 2.4, currency: ' }, labels: { headings: { 'required-monthly': 'Required monthly contribution', 'future-value': 'Future savings amount', 'time-to-goal': 'Time to reach your goal' }, primary: { 'required-monthly': 'Monthly contribution needed', 'future-value': 'Projected savings', 'time-to-goal': 'Time to goal' }, summary: { period: 'Saving period', targetAmount: 'Savings goal', initialBalance: 'Current savings', monthlyContribution: 'Monthly contribution', totalContributions: 'Total contributions', futureValue: 'Future savings amount', interestGain: 'Interest / growth' }, timeLabels: { yearsMonths: '{years} years {months} months', monthsOnly: '{months} months' }, states: { goalMet: 'Your current savings already meet or exceed this goal. No additional monthly contribution is required.', unreachable: 'With the current monthly contribution and interest rate, this goal cannot be reached. Try increasing your monthly contribution, adjusting the goal, or using a higher realistic rate.', invalid: 'Please check your inputs.' }, notes: { 'required-monthly': function (amount, period) { return `Save ${amount} every month for ${period} to reach this goal.`; }, 'future-value': function (future, period) { return `After ${period}, your savings could reach ${future}.`; }, 'time-to-goal': function (period, future) { return `You will reach the goal in about ${period}. Estimated balance then: ${future}.`; } } }, messages: { amountNonNegative: 'Enter an amount greater than or equal to 0.', targetPositive: 'Enter a goal amount greater than 0.', periodInvalid: 'Enter a saving period of at least 0 years.', monthsRange: 'Additional months must be between 0 and 11.', aprRange: 'Enter an annual rate between 0% and 100%.', invalid: 'Please check your inputs.' } }); renderRelated({ locale: 'zh-cn', selfUrl: '/zh-cn/calculators/simple-savings-goal/', category: 'finance', containerId: 'related-links' }); });