Get energy prices based on day-ahead market
Returns energy prices based on day-ahead market (EPEX spot auction, for DE-LU area), with a maximum of 48-hour interval. All timestamps are in Europe/Berlin time zone. Prices are returned as ct/kWh, excluding VAT. The prices are determined every day for the following day, and are available via the API after around 16:00. By default, the API returns the data for today and tomorrow, but you can chose a different time interval using 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 request parameter to return the limited time series for that date.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Beginning date of the interval, assumed current date, if not provided
End date of the interval, assumed current date + 48 hours, if not provided
Granularity of returned price points Granularities for price points.
Hourly, QuarterHourly 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.