← Combinaciones de inteligencia

Verificación de salud de divisa

GET /mashup/currency/health

Obtenga una evaluación de salud integral para cualquier divisa admitida, combinando tendencias del tipo de cambio, métricas de volatilidad, indicadores económicos del país emisor y rendimiento comparativo frente a las principales divisas. Devuelve una puntuación de salud con un desglose detallado en estabilidad, fortaleza y fundamentos económicos. Útil para operadores de forex que evalúan el riesgo de divisa, empresas que valoran opciones de divisa de pago y asesores financieros que monitorizan la exposición de sus clientes a divisas concretas.

Parametros

currency requerido

Currency code (e.g., NOK, EUR, GBP)

Ejemplos de solicitudes

Uso basico
curl "https://nordapi.ee/api/v1/mashup/currency/health?currency=NOK"
Health check for Norwegian Krone
curl "https://nordapi.ee/api/v1/mashup/currency/health?currency=NOK"
Health check for Euro
curl "https://nordapi.ee/api/v1/mashup/currency/health?currency=EUR"
Health check for Japanese Yen
curl "https://nordapi.ee/api/v1/mashup/currency/health?currency=JPY"

Respuesta en vivo

{
  "country": "NO",
  "country_name": null,
  "currency": "NOK",
  "current_rate_vs_usd": 9.33580929,
  "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": 83.55
  },
  "rate_trend": {
    "1_month_ago": {
      "change": -0.21043474,
      "change_pct": -2.204372100049908,
      "date": "2026-08-04",
      "rate": 9.54624403
    },
    "1_week_ago": {
      "change": -0.00468019,
      "change_pct": -0.05010647471978096,
      "date": "2026-08-27",
      "rate": 9.34048948
    },
    "1_year_ago": null,
    "3_months_ago": {
      "change": 0.01922853,
      "change_pct": 0.20639041828045077,
      "date": "2026-06-05",
      "rate": 9.31658076
    },
    "today": {
      "change": 0.0,
      "change_pct": 0.0,
      "date": "2026-09-02",
      "rate": 9.33580929
    },
    "yesterday": {
      "change": 0.0,
      "change_pct": 0.0,
      "date": "2026-09-02",
      "rate": 9.33580929
    }
  },
  "success": true,
  "summary": "NOK () is strengthening with a health score of 7.5/10. Positive trade balance supports the currency.",
  "volatility_30d": 0.6123329219487529
}