CPI Medical Care Services was last reported at 653.532 points as of August 1, 2026. That is down 0.25% from the prior reading of 655.160 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 | 653.532 |
| Jul 2026 | 655.160 |
| Jun 2026 | 651.533 |
| May 2026 | 652.345 |
| Apr 2026 | 648.916 |
| Mar 2026 | 648.945 |
| Feb 2026 | 648.884 |
| Jan 2026 | 644.926 |
| Dec 2025 | 642.832 |
| Nov 2025 | 640.487 |
| Date | Value (points) |
|---|---|
| Sep 2025 | 639.233 |
| Aug 2025 | 637.729 |
| Jul 2025 | 638.219 |
| Jun 2025 | 633.057 |
| May 2025 | 629.926 |
| Apr 2025 | 628.719 |
| Mar 2025 | 625.993 |
| Feb 2025 | 623.344 |
| Jan 2025 | 620.949 |
| Dec 2024 | 620.911 |
Pull the full history of CPI Medical Care Services 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=USCPIMEDICAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCPIMEDICAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCPIMEDICAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();