CPI Gasoline was last reported at 345.169 points as of August 1, 2026. That is up 3.90% from the prior reading of 332.215 points. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is October 14, 2026.
| Date | Value (points) |
|---|---|
| Aug 2026 | 345.169 |
| Jul 2026 | 332.215 |
| Jun 2026 | 341.980 |
| May 2026 | 378.660 |
| Apr 2026 | 353.740 |
| Mar 2026 | 335.500 |
| Feb 2026 | 276.754 |
| Jan 2026 | 274.547 |
| Dec 2025 | 283.599 |
| Nov 2025 | 284.560 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 276.991 |
| Sep 2025 | 280.658 |
| Aug 2025 | 270.922 |
| Jul 2025 | 266.542 |
| Jun 2025 | 269.865 |
| May 2025 | 269.584 |
| Apr 2025 | 275.454 |
| Mar 2025 | 282.129 |
| Feb 2025 | 293.232 |
| Jan 2025 | 296.780 |
Pull the full history of CPI Gasoline 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=USCPIGASOLINE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCPIGASOLINE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCPIGASOLINE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();