▶ LIVE · DA · EUR/MWH
DE-LU92.01▲ +1.1%
NL89.55▲ +0.8%
BE91.20▼ -0.3%
FR78.66▼ -2.3%
NO241.18▼ -0.1%
SE354.30▲ +0.8%
EE61.40▲ +2.1%
AT91.80▲ +0.6%
GB88.40▼ -1.2%
DE-LU92.01▲ +1.1%
NL89.55▲ +0.8%
BE91.20▼ -0.3%
FR78.66▼ -2.3%
NO241.18▼ -0.1%
SE354.30▲ +0.8%
EE61.40▲ +2.1%
AT91.80▲ +0.6%
GB88.40▼ -1.2%
European Electricity · Terminal

Europe's Grid,
One Terminal.

Day-ahead prices, real-time generation mix, and load forecasts from ENTSO-E, NED, Elia, SMARD and Elexon. Normalised, timezone-aware, persisted to TimescaleDB. Query it like any other Postgres.

psql -h fluxora.local -d markets
OSLCPH NELLON AMSBER MADVIE ROMHEL PAR EU.NETWORK
23 NODES · 11 DAGS · 4.2M ROWS / 24H
Live Data · Right Now
NL · Day-Ahead · 14:00 CET
€87.42
▲ +4.18 EUR · +5.0% vs prev hr
NL · Actual Gen · Fuel Mix · 14:32
12.4
■ Wind28%
■ Gas22%
■ Solar18%
■ Nuclear14%
■ Coal8%
■ Hydro6%
NL · Load · Act vs Forecast
12.4 GW
Forecast 12.6 · imbalance ▼ -0.2 GW
Data Sources
ENTSO-E
A44 prices, A75 generation, A65 load, A11 cross-border flows. 44 EUPHEMIA price zones.
44 zones · hourly–15min
Elia
Belgian TSO. ods201 generation (2020→), ods033 historical pre-2024, ods003 near-realtime load.
BE · 15 min
SMARD
German market data. Generation by fuel type and load. Quarter-hourly from 2018.
DE-LU · 15 min · from 2018
NED
Dutch energy data. Generation, load, and effective capacity at 15-minute resolution.
NL · 15 min
Elexon / BMRS
GB market. FUELHH generation, demand outturn, WINDFOR forecast, SBP/SSP system prices.
GB · 30 min
Fuel Prices
TTF gas, NBP, EUA carbon. Cross-commodity context for power price analysis.
EU · daily
Query It Like Any Other Postgres
FLUXORA API · REST + POSTGRES
# Day-ahead prices for NL via REST API
$ curl -s -H "X-API-Key: $KEY" \
"https://fluxaris.net/api/v1/prices/day-ahead?zone=NL&from=2026-05-28&to=2026-05-29"

[ { "ts_start": "2026-05-28T00:00:00+00:00", "price_per_mwh": 87.42, "currency_code": "EUR" }, ... ]

# Or query TimescaleDB directly
fluxora=# SELECT ts_start, price_per_mwh FROM market.day_ahead_price
WHERE area_eic_code = '10YNL----------L'
AND ts_start >= now() - interval '24h' ORDER BY ts_start;

ts_start                     | price_per_mwh
2026-05-30 00:00:00+00:00 | 87.42
2026-05-30 01:00:00+00:00 | 85.10
(24 rows)
fluxora=#
How It Works
01
Collect
Airflow DAGs pull from ENTSO-E, Elia, SMARD, NED, and Elexon on schedules from 15-minute to daily. Raw data lands in append-only Postgres tables with full revision history.
11 active DAGs
02
Normalise
Each source normalised into a unified schema: area_eic_code, ts_start, fueltype_id, value_mw. CET-aware delivery windows. All timestamps UTC. No look-ahead bias.
44 EUPHEMIA zones
03
Serve
Query via REST API or connect directly to TimescaleDB. Swagger docs at /api/docs. Grafana dashboards for visual exploration. Your models get clean, structured data.
REST + Postgres

Get Early Access
Before September.

Fluxora is in private beta. Join the waitlist and we'll reach out when your access is ready.

No spam. No credit card. Cancel anytime.

✓ You're on the list. We'll be in touch.