Current Price
--
Today's Low
--
Today's High
--
Average
--
Spread
--
High − Low
Cheapest Hour
--
Spot Price — Day Ahead
<40
40–80
>80
Negative
7-Day Average Trend
Price Distribution
Price Heatmap (Last 7 Days)
Market Comparison — AT vs GB
Price Data
| Time | Price/MWh | Price ct/kWh | Trend | Source |
|---|
API Documentation
All endpoints are free, no authentication required. JSON responses, CORS enabled.
| Endpoint | Description | Example |
|---|---|---|
GET /api/v1/markets | List available markets | /api/v1/markets |
GET /api/v1/prices/{market} | Prices for a date range | /api/v1/prices/AT?start=...&end=... |
GET /api/v1/prices/{market}/latest | Most recent price | /api/v1/prices/AT/latest |
GET /api/v1/prices/{market}/stats | Min/max/avg for a date range | /api/v1/prices/AT/stats?start=...&end=... |
GET /api/v1/health | API health + last ingest | /api/v1/health |
Markets: AT (Austria, EUR, hourly) · GB (Great Britain, GBP, half-hourly)
Parameters: start, end (YYYY-MM-DD or RFC3339), source (awattar, elexon), type (day_ahead, system)
Loading...