← Intelligence Mashups

Green Energy Score

GET /mashup/green/energy

Nordic green energy assessment: combines current electricity price, generation mix, carbon intensity, weather, and grid demand for any Nord Pool zone.

Parameters

zone optional

Nord Pool zone (default NO1)

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/mashup/green/energy?zone=SE3"

Live Response

{
  "country": "SE",
  "current_price": {
    "currency": "SEK",
    "eur_kwh": 0.11105,
    "local_kwh": 1.20679
  },
  "factors": {
    "demand": {
      "note": "Mild weather - low energy demand",
      "score": 9.0,
      "temperature_c": 11.5
    },
    "price_signal": {
      "note": "Higher price suggests constrained supply",
      "price_eur_kwh": 0.11105,
      "score": 4.0
    },
    "wind_power": {
      "note": "Low wind - less wind power available",
      "score": 4.0,
      "wind_speed_kmh": 12.6
    }
  },
  "green_score": 5.3,
  "optimal_action": "Normal conditions",
  "success": true,
  "verdict": "Moderate - some fossil fuels supplementing renewables.",
  "zone": "SE3",
  "zone_name": "Stockholm"
}