Nickel Price was last reported at 16,751 USD/T as of August 1, 2026. That is up 0.60% from the prior reading of 16,651 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 | 16,751 |
| Jul 2026 | 16,651 |
| Jun 2026 | 17,588 |
| May 2026 | 18,806 |
| Apr 2026 | 17,962 |
| Mar 2026 | 17,076 |
| Feb 2026 | 17,173 |
| Jan 2026 | 17,769 |
| Dec 2025 | 14,884 |
| Nov 2025 | 14,671 |
| Date | Value (USD/T) |
|---|---|
| Oct 2025 | 15,092 |
| Sep 2025 | 15,106 |
| Aug 2025 | 14,949 |
| Jul 2025 | 15,034 |
| Jun 2025 | 15,003 |
| May 2025 | 15,346 |
| Apr 2025 | 15,113 |
| Mar 2025 | 16,066 |
| Feb 2025 | 15,288 |
| Jan 2025 | 15,394 |
Pull the full history of Nickel 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=CMDNICKEL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDNICKEL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDNICKEL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();