인플레이션 계산기

인플레이션이 시간에 따라 구매력과 미래 화폐 비용을 어떻게 변화시키는지 확인하십시오.

$
%
yr
동등한 미래 비용
그 금액의 미래 구매력
총 가격 변경

입력하는 동안 결과가 업데이트됩니다.

이 계산기가 올바른 답을 드렸습니까?

이 계산기에 대해

calculator calculates the future cost of a fixed amount of money, using the constant annual inflation rate compounded over the period you choose. This calculator project both the future cost of something priced today and the shrinking buying power of a fixed sum, using the constant annual inflation rate compounded over the period you choose. This calculator project both the future cost of something priced today and the shrinking buying power of a fixed sum, using the constant annual inflation rate compounded over the period you choose. This calculator calculates the future cost of a fixed amount of money.ItUse it to see how prices creep up over a decade, to understand why cash loses value if it is not earning at least the inflation rate, or to translate an old price or salary into today’s money.It works in both directions.This calculator calculates the future cost of a fixed amount of money, using the constant annual inflation rate compounded over the period you choose. This calculator project both the future cost of something priced today and the

자주 묻는 질문

인플레이션 계산은 어떻게 작동합니까?

미래 비용 = 금액 × (1 + 금리)^년, 그래서 오늘 1,000 비용이 약 1,344 10 년 후 3 %에 비용. 구매력은 반대로 작동: 금액 ÷ (1 + 금리)^년, 그래서 1,000 오늘의 상품의 약 744 가치를 구입할 수 있습니다.

사용할 인플레이션 율은 어디에서 찾을 수 있습니까?

국가별 소비자 물가 지수(CPI)를 사용합니다. 선진국에서는 장기적으로 2~3% 정도입니다. 계획을 세우려면 한 해의 급등이 아닌 전체 기간 동안 예상되는 평균 금리를 입력하십시오.

인플레이션과 구매력의 차이는 무엇입니까?

인플레이션은 가격이 얼마나 올라가는지를 나타내며, 이로 인해 미래의 상품 가격이 상승한다. 구매력은 고정된 금액으로 구입할 수 있는 금액을 나타내며, 이로 인해 구매력이 같은 비율로 떨어진다. 만약 가격이 34% 상승한다면, 같은 돈으로 25% 적은 물건을 구입할 수 있다.

어떻게 인플레이션으로부터 돈을 보호할 수 있습니까?

돈을 갖고 그것은 적어도 인플레이션 속도를 수익 - 고수익 저축, 인플레이션 연결 채권, 또는 다양한 투자 - 대신 유휴 현금으로 적어도 돈을 벌어. 중요한 것은 당신의 실제 수익, 명목 수익 인플레이션을 뺀; 그것이 음수라면, 당신은 조용히 구매력을 잃고있다.

인플레이션의 정상적인 속도는 무엇입니까?

많은 선진국 중앙은행은 연간 2%를 목표로 하고 있으며 장기 평균은 2~3%에 가깝습니다. 공급 쇼크 시 금리가 급등하고 경기 침체 시에는 음(디플레이션)으로 돌아갈 수 있습니다.

주어진 인플레이션율에서 가격이 얼마나 두 배로 올라갈까요?

70의 규칙은 빠른 추정이다: 70을 인플레이션 율로 나누어 년을 두 배로 얻을 수 있습니다. 3 %의 연간 가격은 약 23 년에 두 배로, 7 %는 약 10. 계산기의 미래 비용 숫자는 입력에 대한 정확한 배수를 보여줍니다.

❤️ 사랑 Calculator.Free? 공유하세요

𝕏  X Facebook Reddit
API — 코드에서 이 계산기를 사용

이 계산기를 무료 JSON 엔드포인트로 호출하세요. 키가 필요하지 않습니다. 아래 필드 값을 쿼리 매개 변수 또는 JSON으로 보내십시오. 누락된 모든 값은 이 페이지에서 미리 채워진 기본값을 사용합니다. 알 수 없는 매개변수는 400이며, 절대 0이 아닙니다. 전체 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);

결과는 재정, 의료 또는 세금 조언이 아닌 일반적인 지침을위한 추정치입니다.