location_id
, to retrieve detailed, time-series energy price data for your customer’s address. This allows your systems to access accurate energy cost information within any desired time window.
next_update
timestamp, indicating when new data will likely be available.next_update
, a safe fallback is to pull updates at 23:00 local time.start_time
and end_time
. This can be in Zulu time (UTC) (e.g. 2023-06-15T13:00:00Z) or with a time offset, (e.g. 2023-06-15T12:00:00+01:00).start_time
and end_time
reflect the correct time offset for the location.end_time
takes precedence. The valid_from
and valid_to
times in the response will use the end_time
offset.end_time
offset.
Feature | Recommendation / Notes |
---|---|
Data Format | Always a time-series — flexible for flat or complex tariff structures |
Precision | Up to 5 decimals — round when presenting |
Refresh Handling | Use next_update to schedule re-fetch |
DST Handling | Use RFC3339 timestamps; end_time offset governs result timestamps |