Get contract specific working price data reliably and optimised for Asset Optimisation
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 theDocumentation Index
Fetch the complete documentation index at: https://api-docs.rabot.energy/llms.txt
Use this file to discover all available pages before exploring further.
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).Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Customer number
Contract number
Start of the time range (inclusive)
End of the time range (exclusive)
OK
API response DTO with data.
Success status of the operation based on status code (2xx range).
true
Optional message to provide additional information about the operation result.
null
Optional error details in case of an error(s).
Optional reference URI to point to the resulting resource.
Returned data instance.