Iron Ore Price was last reported at 96.3 USD/T as of August 1, 2026. That is down 1.93% from the prior reading of 98.2 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 | 96.3 |
| Jul 2026 | 98.2 |
| Jun 2026 | 100.8 |
| May 2026 | 108.6 |
| Apr 2026 | 106.1 |
| Mar 2026 | 104.5 |
| Feb 2026 | 98.8 |
| Jan 2026 | 105.5 |
| Dec 2025 | 104.6 |
| Nov 2025 | 102.5 |
| Date | Value (USD/T) |
|---|---|
| Oct 2025 | 103.5 |
| Sep 2025 | 103.3 |
| Aug 2025 | 99.7 |
| Jul 2025 | 97.3 |
| Jun 2025 | 92.3 |
| May 2025 | 97.0 |
| Apr 2025 | 97.2 |
| Mar 2025 | 100.1 |
| Feb 2025 | 105.1 |
| Jan 2025 | 99.6 |
Pull the full history of Iron Ore 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=CMDIRONORE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDIRONORE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDIRONORE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();