Aluminum Price was last reported at 3,251 USD/T as of August 1, 2026. That is up 2.85% from the prior reading of 3,161 USD/T. This indicator is reported Monthly, and is tracked under the Markets category. The next scheduled release is October 5, 2026.
| Date | Value (USD/T) |
|---|---|
| Aug 2026 | 3,251 |
| Jul 2026 | 3,161 |
| Jun 2026 | 3,439 |
| May 2026 | 3,666 |
| Apr 2026 | 3,600 |
| Mar 2026 | 3,373 |
| Feb 2026 | 3,065 |
| Jan 2026 | 3,142 |
| Dec 2025 | 2,876 |
| Nov 2025 | 2,819 |
| Date | Value (USD/T) |
|---|---|
| Oct 2025 | 2,793 |
| Sep 2025 | 2,653 |
| Aug 2025 | 2,597 |
| Jul 2025 | 2,606 |
| Jun 2025 | 2,526 |
| May 2025 | 2,449 |
| Apr 2025 | 2,372 |
| Mar 2025 | 2,658 |
| Feb 2025 | 2,658 |
| Jan 2025 | 2,573 |
Pull the full history of Aluminum Price 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=CMDALUMINUM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDALUMINUM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDALUMINUM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();