GET /mashup/currency/health
Obtenez un bilan de santé complet pour toute devise prise en charge, combinant tendances des taux de change, indicateurs de volatilité, indicateurs économiques du pays émetteur et performance comparée par rapport aux principales devises. Renvoie un score de santé accompagné d'une ventilation détaillée entre stabilité, force et fondamentaux économiques. Utile pour les traders forex évaluant le risque de change, les entreprises étudiant leurs options de devises de paiement et les conseillers financiers surveillant l'exposition de leurs clients à des devises spécifiques.
currency
requis
Currency code (e.g., NOK, EUR, GBP)
| Nom | Requis | Par défaut | Description |
|---|---|---|---|
currency |
Oui | - | Currency code (e.g., NOK, EUR, GBP) |
curl "https://nordapi.ee/api/v1/mashup/currency/health?currency=NOK"
curl "https://nordapi.ee/api/v1/mashup/currency/health?currency=NOK"
curl "https://nordapi.ee/api/v1/mashup/currency/health?currency=EUR"
curl "https://nordapi.ee/api/v1/mashup/currency/health?currency=JPY"
{
"country": "NO",
"country_name": "Norway",
"currency": "NOK",
"current_rate_vs_usd": null,
"direction": "strengthening",
"factor_scores": {
"debt_sustainability": 5.0,
"employment": 7.0,
"gdp_growth": 10.0,
"inflation_control": 7.0,
"trade_balance": 9.0,
"volatility": 6.9
},
"fundamentals": {
"debt_to_gdp": null,
"exports": {
"value": 229666413338.504,
"year": 2024
},
"fdi_inflows": {
"value": 12044176872.556,
"year": 2024
},
"gdp": {
"value": 483592648313.301,
"year": 2024
},
"gdp_per_capita": {
"value": 86785.4334,
"year": 2024
},
"imports": {
"value": 163801535478.868,
"year": 2024
},
"inflation": {
"value": 3.1453,
"year": 2024
},
"trade_balance": {
"value": 65864877859.6357,
"year": 2024
},
"unemployment": {
"value": 4.637,
"year": 2025
}
},
"health_score": 7.5,
"oil_correlation": {
"note": "NOK is a commodity currency - tends to strengthen when oil prices rise",
"oil_price_usd": 72.5
},
"rate_trend": {
"1_month_ago": {
"change": -0.06886495,
"change_pct": -0.7404622970383333,
"date": "2026-04-22",
"rate": 9.30026421
},
"1_week_ago": {
"change": -0.09522613,
"change_pct": -1.0210137752729018,
"date": "2026-05-15",
"rate": 9.32662539
},
"1_year_ago": null,
"3_months_ago": null,
"today": {
"change": 0.0,
"change_pct": 0.0,
"date": "2026-05-21",
"rate": 9.23139926
},
"yesterday": {
"change": 0.0,
"change_pct": 0.0,
"date": "2026-05-21",
"rate": 9.23139926
}
},
"success": true,
"summary": "NOK (Norway) is strengthening with a health score of 7.5/10. Positive trade balance supports the currency.",
"volatility_30d": 0.6123329219487529
}