Skip to main content
GET
Retrieve spot prices

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
string
required

First delivery date, inclusive, in Europe/Berlin (YYYY-MM-DD).

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-09-08"

end
string
required

Last delivery date, inclusive, in Europe/Berlin (YYYY-MM-DD). May equal start.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-09-08"

type
enum<string>
default:day_ahead

Raw realized EPEX day-ahead prices, or Nomos's forecast of the same raw market price. Forecast access requires separate partner enablement.

Available options:
day_ahead,
day_ahead_forecast

Response

The requested spot-price series, or an empty items array if unpublished.

object
enum<string>
required
Available options:
price
type
enum<string>
required
Available options:
day_ahead,
day_ahead_forecast
period
object
required
currency
enum<string>
required
Available options:
EUR
unit
enum<string>
required
Available options:
ct/kWh
resolution
enum<string>
required

Interval length. Historical hourly prices are repeated across quarter-hours when the requested period spans the market's switch to quarter-hourly prices.

Available options:
hourly,
15min
Example:

"15min"

reference
enum<string>
required
Available options:
EPEX Auction,
Nomos Forecast
missing
string[]
required

Start of every interval within the period that has no published price, in UTC and sorted chronologically. Empty when the series is complete. Together with items it covers the whole period.

items
object[]
required

Published price intervals. An unpublished series returns an empty array and lists its intervals under missing; realized prices and forecasts never substitute for each other.