Find lowest(highest)-cost time slots based on a specified tariff level threshold
Useful when you need to provide, say, 5 hours of charging time between 9pm and 6am when price is lowest.
Authorizations
Path Parameters
FlatPeak Location ID
Query Parameters
Time when data will start must be in RFC3339 format, e.g., 2023-06-15T09:00:00Z
or with time offset, e.g., 2023-06-15T08:00:00+01:00
. Use either Zulu time (UTC) or time offset; if time offsets differ end_time
takes priority.
"2023-06-15T09:00:00Z"
Time when data will end, in RFC3339 format, e.g. 2023-06-15T13:00:00Z
or with time offset, e.g. 2023-06-15T12:00:00+01:00
. Use either Zulu time (UTC) or time offset; if time offsets differ end_time
takes priority. The maximum period between start_time and end_time for a single request is 90 days.
"2023-06-15T23:00:00Z"
Indicates direction you want to work with. Set to IMPORT
or EXPORT
. Defaults to IMPORT
.
"IMPORT"
Set to HIGH
to get most expensive rate segment and to LOW
to get cheapest segment.
"LOW"
Relative tariff threshold. Highest tariff is 1 and lowest is 0.01. Either relative or absolute must be provided.
Absolute tariff threshold in local currency. Either absolute or relative must be provided. Absolute threshold overrides relative if it was provided.
Response
Example response
This object is a container for tariff rates segments.