GET /commodities
Rufen Sie die neuesten Spotpreise für 7 wichtige Rohstoffe ab: Gold, Silber, Platin, Palladium, Rohöl, Erdgas und Kupfer. Preise sind standardmäßig in USD, können aber in jede der 30 unterstützten Währungen umgerechnet werden. Nützlich für Rohstoffhandels-Dashboards, Investment-Portfolio-Tracker und Wirtschaftsanalysetools, die Rohstoffpreise zusammen mit Währungen überwachen müssen.
currency
optional
Standard: USD
Price currency
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
currency |
Nein | USD | Price currency |
curl https://nordapi.ee/api/v1/commodities
curl "https://nordapi.ee/api/v1/commodities"
curl "https://nordapi.ee/api/v1/commodities?currency=NOK"
curl "https://nordapi.ee/api/v1/commodities?currency=EUR"
{
"count": 8,
"data": [
{
"commodity": "copper",
"date": "2026-05-21",
"name": "Copper (Pound)",
"price_usd": 4.35,
"source": "reference",
"unit": "pound"
},
{
"commodity": "gold",
"date": "2026-03-20",
"name": "Gold (Troy Ounce)",
"price_usd": 3045.0,
"source": "reference",
"unit": "troy_oz"
},
{
"commodity": "natural_gas",
"date": "2026-05-21",
"name": "Natural Gas (MMBtu)",
"price_usd": 3.85,
"source": "reference",
"unit": "mmbtu"
},
{
"commodity": "oil_brent",
"date": "2026-05-21",
"name": "Brent Crude Oil (Barrel)",
"price_usd": 72.5,
"source": "reference",
"unit": "barrel"
},
{
"commodity": "oil_wti",
"date": "2026-05-21",
"name": "WTI Crude Oil (Barrel)",
"price_usd": 68.8,
"source": "reference",
"unit": "barrel"
},
{
"commodity": "palladium",
"date": "2026-05-21",
"name": "Palladium (Troy Ounce)",
"price_usd": 975.0,
"source": "reference",
"unit": "troy_oz"
},
{
"commodity": "platinum",
"date": "2026-05-21",
"name": "Platinum (Troy Ounce)",
"price_usd": 1005.0,
"source": "reference",
"unit": "troy_oz"
},
{
"commodity": "silver",
"date": "2026-05-21",
"name": "Silver (Troy Ounce)",
"price_usd": 33.5,
"source": "reference",
"unit": "troy_oz"
}
],
"success": true
}
{"success":true,"data":[{"commodity":"gold","name":"Gold (Troy Ounce)","price_usd":3045.0}]}