E

eu-verify · EU Power Price

by eu-verify

GETBase

$0.005

per call · USD Coin on Base

Wholesale day-ahead electricity prices in EUR/MWh per European bidding zone, from the Energy-Charts API (Fraunhofer ISE; data CC BY 4.0 from Bundesnetzagentur/SMARD). Query: ?bzn=DE-LU|FR|NL|ES|IT-NORTH|SE4... (44 zones), optional ISO window &start=2026-07-12&end=2026-07-13. Returns timestamped price points (15-min or hourly slots, max 288). 1h cache.

Endpoint

GET https://data.greeneris.io/v1/eu/power-price

1

Calls / 30d

1

Unique payers / 30d

Aug 27

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://data.greeneris.io/v1/eu/power-price", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/eu/power-price?bzn=FR" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "bzn": "FR",
  "count": 96,
  "points": [
    {
      "price": 63.61,
      "time_utc": "2026-07-14T00:00:00Z"
    },
    {
      "price": 60.2,
      "time_utc": "2026-07-14T00:15:00Z"
    }
  ],
  "source": "Energy-Charts API (Fraunhofer ISE) -- CC BY 4.0 (creativecommons.org/licenses/by/4.0) from Bundesnetzagentur | SMARD.de",
  "unit": "EUR/MWh"
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Market Data and the homepage with a featured placement.

Get featured →

More from eu-verify & similar services