GET /mashup/commodity/currency
Analyze how commodity prices relate to currency movements: combines commodity spot prices with forex rates and 30-day volatility for multiple currencies.
commodity
необязательный
Commodity name (default gold)
валюты
необязательный
Comma-separated currency codes (default USD,EUR,GBP,NOK)
| Название | Обязательный | По умолчанию | Описание |
|---|---|---|---|
commodity |
Нет | - | Commodity name (default gold) |
валюты |
Нет | - | Comma-separated currency codes (default USD,EUR,GBP,NOK) |
curl "https://nordapi.ee/api/v1/mashup/commodity/currency?commodity=gold¤cies=USD,EUR,NOK"
{
"commodity": {
"data": {
"commodity": "gold",
"date": "2026-06-16",
"id": "e66f9df9-5015-43f9-8707-8ffc7f5ea692",
"name": "Gold (Troy Ounce)",
"price_usd": "4339.3999",
"source": "gold-api",
"unit": "troy_oz"
},
"name": "gold"
},
"currencies": [
{
"currency": "USD",
"rate": 1.1594,
"volatility_30d": null
},
{
"currency": "EUR",
"rate": null,
"volatility_30d": null
},
{
"currency": "NOK",
"rate": 11.0465,
"volatility_30d": null
}
],
"date": "2026-06-17",
"generated_at": "2026-06-17T08:01:30.565805Z",
"insight": "Commodities like gold often move inversely to USD. Compare volatility across currencies to find hedging opportunities.",
"success": true
}