インフレーション計算機
インフレが時間とともに 買い手の買い手
結果はタイプすると更新されます。
この計算機の情報
you’re planning to buy a new car, you’ll need to calculate the future cost of the car. If you’re planning to buy a new car, you’ll need to calculate the future cost of the car. If you’re planning to buy a new car, you’ll need to calculate the future buying power of the car. If you’re planning to buy a new car, you’ll need to calculate the future buying power of the car. If you’re planning to buy a new car, you’ll need to calculate the future buying power of the car.Use this calculator to see how prices are going up over a decade. This calculator works in both directions. Future cost = amount × (1 + rate)^years, while future buying power = amount ÷ (1 + rate)^years. This calculator works in both directions. Future cost = amount × (1 + rate)^years.
よくある質問
インフレ計算はどういう仕組みですか。
将来費用=金額×(1+利率)^年、つまり今日1,000円のものが、3%の利率で10年後に約1,344円になる。
使用するインフレ率はどこで見つけますか?
先進国では長期的には2〜3%程度の消費者物価指数(CPI)を使う。計画のためには、一年の急上昇ではなく、全期間にわたって期待する平均率を入力する。
インフレと購買力の違いは何か。
これらは同じ硬貨の二面です。インフレーションは物価がどれだけ上昇するかであり、商品の将来のコストが上昇します。購買力は一定の金額で買えるもので、同じ因子で下がります。物価が34%上昇すると、同じ金額で25%少なく買えるようになります。
インフレーションから私の金をどう守ればいいのか。
空き家の現金ではなく、少なくともインフレ率に匹敵する収益をもたらす場所(高収益貯蓄、インフレに関連した債券、または多様化した投資)にお金を保有する。重要なのは、名目収益からインフレを引き落とした実質収益である。もしそれが負の値であれば、あなたは静かに購買力を失っている。
正常なインフレ率は何ですか。
多くの先進経済の中央銀行は年間2%程度を目標にしており、長期平均は2〜3%近くになることが多い。供給ショックの時に利率は高くなり、低迷時には負になる(デフレーション)ことがある。多年計画には長期平均を使う。
与えられたインフレ率で物価はどれくらい倍になるか。
簡単な推定は、70のルールである:70をインフレ率で割り切って、年数を倍にする。年間3%のインフレ率では、価格は約23年で倍になり、7%のインフレ率では約10年で倍になる。計算機の未来コストの数字は、あなたの入力の正確な倍数を示す。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/inflation/
curl
curl "https://calculator.free/api/v1/inflation/?amount=1000&rate=3&years=10"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/inflation/?" + new URLSearchParams({
"amount": "1000",
"rate": "3",
"years": "10"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。