Cost calculations
Calculate energy cost by time interval
Returns monetary value (cost) of energy by FlatPeak location_id
or device_id
. Meter records must have been previously submitted to the /meters
endpoint.
POST
Authorizations
Path Parameters
FlatPeak location_id
or device_id
.
Query Parameters
Aggregation interval, supported values are DAY
, MONTH
.
Example:
"MONTH"
Indicates direction you want to work with. Set to IMPORT
or EXPORT
. Defaults to IMPORT
.
Example:
"IMPORT"
Set to true
if you want to include tariff data.
Set to true
if you want to include carbon intensity data.
Body
application/json
Response
200
application/json
The response is of type object
.