← 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.

See it visualized

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.04343,
    "local_kwh": 0.48131
  },
  "factors": {
    "demand": {
      "note": "Temperature driving higher energy demand",
      "score": 4.0,
      "temperature_c": 25.7
    },
    "price_signal": {
      "note": "Low price indicates abundant renewable supply",
      "price_eur_kwh": 0.04343,
      "score": 8.0
    },
    "wind_power": {
      "note": "Strong winds boosting wind power",
      "score": 6.0,
      "wind_speed_kmh": 21.6
    }
  },
  "green_score": 6.2,
  "optimal_action": "Normal conditions",
  "success": true,
  "verdict": "Good - mostly renewable energy on the grid.",
  "zone": "SE3",
  "zone_name": "Stockholm"
}