eupowerprices.com

EU Power Forecast

API Access

Two-week hourly electricity price forecasts are available via API access for approved users. Sign in to request access, check request status, and manage your issued API key.

API access is subject to the Terms of Use and Privacy Policy. Forecasts are provided for informational use only and are not financial, trading, or operational advice.

Session Checking...
Portal Ready

Checking sign-in state...

API Quick Start

Base URL: https://api.eupowerprices.com

Authenticate each request with your API key in the X-API-Key header.

curl -H "X-API-Key: YOUR_API_KEY" https://api.eupowerprices.com/v1/status

Core Endpoints

  • GET /v1/status returns API status and the areas available to your key.
  • GET /v1/areas returns the areas your key can access.
  • GET /v1/forecasts/<AREA>/latest returns the latest forecast JSON for one area.
  • GET /v1/forecasts/<AREA>/latest.csv returns the latest forecast CSV for one area.

Example

curl -H "X-API-Key: YOUR_API_KEY" https://api.eupowerprices.com/v1/forecasts/DE/latest