EU Power Forecast
API Access
Multi-day hourly electricity price forecasts are available through a separate API access flow 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/statusreturns API status and the areas available to your key.GET /v1/areasreturns the areas your key can access.GET /v1/forecasts/<AREA>/latestreturns the latest forecast JSON for one area.GET /v1/forecasts/<AREA>/latest.csvreturns the latest forecast CSV for one area.
Example
curl -H "X-API-Key: YOUR_API_KEY" https://api.eupowerprices.com/v1/forecasts/DE/latest