GET /commodities
Sæktu nýjustu staðverð fyrir 7 helstu hrávörur: gull, silfur, platínu, palladíum, hráolíu, jarðgas og kopar. Verð eru í USD sjálfgefið en hægt er að umbreyta í hvaða 30 studdu gjaldmiðlum sem er. Gagnlegt fyrir mælaborð fyrir hrávöruviðskipti, eftirfylgni fjárfestingareignasafns og hagræn greiningarverkfæri sem þurfa að vakta hrávöruverð samhliða gjaldmiðlum.
currency
valfrjálst
sjálfgefið: USD
Price currency
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
currency |
Nei | 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-08-11",
"drift_pct": null,
"name": "Copper (Pound)",
"price_usd": 6.45,
"source": "reference",
"stale": false,
"unit": "pound"
},
{
"commodity": "gold",
"date": "2026-08-11",
"drift_pct": null,
"name": "Gold (Troy Ounce)",
"price_usd": 4382.2998,
"source": "gold-api",
"stale": false,
"unit": "troy_oz"
},
{
"commodity": "natural_gas",
"date": "2026-08-11",
"drift_pct": null,
"name": "Natural Gas (MMBtu)",
"price_usd": 2.67,
"source": "reference",
"stale": false,
"unit": "mmbtu"
},
{
"commodity": "oil_brent",
"date": "2026-08-11",
"drift_pct": null,
"name": "Brent Crude Oil (Barrel)",
"price_usd": 83.55,
"source": "reference",
"stale": false,
"unit": "barrel"
},
{
"commodity": "oil_wti",
"date": "2026-08-11",
"drift_pct": null,
"name": "WTI Crude Oil (Barrel)",
"price_usd": 78.25,
"source": "reference",
"stale": false,
"unit": "barrel"
},
{
"commodity": "palladium",
"date": "2026-08-11",
"drift_pct": null,
"name": "Palladium (Troy Ounce)",
"price_usd": 1390.0,
"source": "reference",
"stale": false,
"unit": "troy_oz"
},
{
"commodity": "platinum",
"date": "2026-08-11",
"drift_pct": null,
"name": "Platinum (Troy Ounce)",
"price_usd": 1747.0,
"source": "reference",
"stale": false,
"unit": "troy_oz"
},
{
"commodity": "silver",
"date": "2026-08-11",
"drift_pct": null,
"name": "Silver (Troy Ounce)",
"price_usd": 63.26,
"source": "reference",
"stale": false,
"unit": "troy_oz"
}
],
"success": true
}
{"success":true,"data":[{"commodity":"gold","name":"Gold (Troy Ounce)","price_usd":3045.0}]}