Skip to main content
The Inflation Calculator lets you enter an amount in Argentine pesos (ARS) and a date range to see how inflation has eroded or compounded its value over time. It pulls monthly CPI data directly from Argentina Datos and computes the adjusted amount in real time.

How to use it

1

Enter your initial amount

Type an amount in Argentine pesos in the Initial amount (ARS) field. This is the value you want to adjust for inflation.
2

Set the start month and year

Choose the month and year your amount originates from. The calculator defaults to 12 months before the most recent available data point.
3

Set the end month and year

Choose the month and year you want to adjust the amount to. The calculator defaults to the most recent available month.
4

Read the results

The calculator displays the inflation-adjusted amount along with summary statistics for the selected range.
The start and end fields pre-fill to the last 12 months of available data, so you can see a meaningful result immediately without entering anything.

What the outputs mean

Adjusted amount

The equivalent purchasing power of your initial amount in end-period pesos. This is what you would need to spend to buy the same goods at the end date.

Total inflation %

The cumulative percentage by which prices rose over the entire selected range.

Average monthly inflation %

The geometric mean of monthly inflation rates across the selected range — a smoothed view of how fast prices rose per month.

Annualized inflation %

The equivalent annual rate if the monthly pace stayed constant. Useful for comparing across periods of different lengths.

Calculation method

The calculator multiplies together the monthly inflation factors for each month in your selected range:
Inflation factor = (1 + r₁/100) × (1 + r₂/100) × ... × (1 + rₙ/100)
Adjusted amount  = Initial amount × Inflation factor
Total inflation  = (Inflation factor − 1) × 100
Where each r is the monthly CPI change reported for that month.

Output reference

OutputUnitDescription
Adjusted amountARSInitial amount restated in end-period pesos
Total inflation%Cumulative price change over the range
Average monthly inflation%Geometric mean of monthly rates
Annualized inflation%Compound annual equivalent of the monthly rates

Data source

Monthly inflation data is fetched from:
GET https://api.argentinadatos.com/v1/finanzas/indices/inflacion
Each record in the response has a fecha (date) and valor (monthly CPI change in percent). Data is sourced from INDEC, Argentina’s national statistics agency.
Data availability depends on what Argentina Datos has published. If a month is missing from the API response it is excluded from the calculation, which may slightly affect results near the edges of the selected range.

Build docs developers (and LLMs) love