Inflation calculator
v1_inflationInflation calculator: Adjust an amount between years using CPI (any country, not just US). Source: World Bank CPI. $0.008 per call · GET /v1/inflation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End year (default: latest available, ~1-2 yrs behind). Example: '2020'. | |
| from | Yes | Start year. Example: '2000'. | |
| amount | No | Amount to adjust (default 1). Example: '100'. | |
| country | No | ISO alpha-3 (default US). Example: 'USA'. |