GET /metals/prices
Erhalten Sie current Spotpreiss for gold, silver, platinum, und palladium in any of the 30 supported currencies. Liefert per-troy-ounce prices for each metal. Ideal für investment tracking apps, jewelry pricing calculators, und financial dashboards that need precious metals alongside currency data. Preise are updated daily und can be displayed in local currencies like NOK oder SEK for Nordic users.
base
optional
Standard: USD
Price currency
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
base |
Nein | USD | Price currency |
curl https://nordapi.ee/api/v1/metals/prices
curl "https://nordapi.ee/api/v1/metals/prices"
curl "https://nordapi.ee/api/v1/metals/prices?base=NOK"
curl "https://nordapi.ee/api/v1/metals/prices?base=GBP"
{
"data": {
"base": "USD",
"count": 4,
"prices": [
{
"currency": "USD",
"date": "2026-03-20",
"metal": "gold",
"name": "Gold (Troy Ounce)",
"price": 3045.0,
"price_usd": 3045.0,
"source": "reference",
"unit": "troy_oz"
},
{
"currency": "USD",
"date": "2026-04-05",
"metal": "silver",
"name": "Silver (Troy Ounce)",
"price": 33.5,
"price_usd": 33.5,
"source": "reference",
"unit": "troy_oz"
},
{
"currency": "USD",
"date": "2026-04-05",
"metal": "platinum",
"name": "Platinum (Troy Ounce)",
"price": 1005.0,
"price_usd": 1005.0,
"source": "reference",
"unit": "troy_oz"
},
{
"currency": "USD",
"date": "2026-04-05",
"metal": "palladium",
"name": "Palladium (Troy Ounce)",
"price": 975.0,
"price_usd": 975.0,
"source": "reference",
"unit": "troy_oz"
}
]
},
"success": true
}
{"success":true,"data":{"prices":[{"metal":"gold","price":3045.0,"currency":"USD"}]}}