Argentina Inflation was last reported at 33.5 percent as of August 1, 2026. That is down 0.84% from the prior reading of 33.8 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 33.5 |
| Jul 2026 | 33.8 |
| Jun 2026 | 33.5 |
| May 2026 | 33.2 |
| Apr 2026 | 32.4 |
| Mar 2026 | 32.6 |
| Feb 2026 | 33.1 |
| Jan 2026 | 32.4 |
| Dec 2025 | 31.5 |
| Nov 2025 | 31.4 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 31.3 |
| Sep 2025 | 31.8 |
| Aug 2025 | 33.6 |
| Jul 2025 | 36.6 |
| Jun 2025 | 39.4 |
| May 2025 | 43.5 |
| Apr 2025 | 47.3 |
| Mar 2025 | 55.9 |
| Feb 2025 | 66.9 |
| Jan 2025 | 84.5 |
Pull the full history of Argentina Inflation into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=ARINFLATION&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "ARINFLATION", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=ARINFLATION&period=max&api_key=YOUR_API_KEY");
const data = await res.json();