Epex-Spot-Prices
Day Ahead Working Price
Get contract specific working price data reliably and optimised for Asset Optimisation
GET
Get 15-minute day-ahead working prices for a contract within a given time range
Returns contract-specific working price data based on day-ahead market prices (EPEX spot auction, DE area), combined with procurement costs, grid fees, and levies for the 15-minute intervals within the requested date range. All timestamps are in Europe/Berlin time zone. Prices are returned as ct/kWh, inclusive of VAT.
The working price reflects the same pricing logic used by RABOT’s own optimisation systems and is intended for asset steering and consumption optimisation. It is not equivalent to the billed settlement price.
Day-ahead prices are determined daily for the following day and are available via the API after 16:00. The endpoint returns data across a rolling three-day window spanning yesterday (Day X-1), today (Day X), and tomorrow (Day X+1).
Use the
from and to request parameters to define the date range. Both parameters are required and use an exclusive upper bound — to retrieve data for a single day, set to to the following date (e.g. from=2026-03-30&to=2026-03-31).Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Customer number
Contract number
Query Parameters
Start of the time range (inclusive)
End of the time range (exclusive)
Response
200 - application/json
OK
API response DTO with data.
Success status of the operation based on status code (2xx range).
Example:
true
Optional message to provide additional information about the operation result.
Example:
null
Optional error details in case of an error(s).
Optional reference URI to point to the resulting resource.
Returned data instance.
Get 15-minute day-ahead working prices for a contract within a given time range