Download OpenAPI specification:Download
An API to get the current cost of electricity in Cyprus.
tariffCode | string Default: "01" Enum: "01" "02" "08" The tariff code for which you want to get the current rate. Allowed values: "01", "02", "08". |
creditUnits | boolean Default: false A boolean indicating if you have credit units from net metering. |
{- "measurement": "€/kWh",
- "total": 0.333658,
- "breakdown": {
- "electricityGeneration": 0.1035,
- "networkUsage": 0.0302,
- "ancillaryServices": 0.0065,
- "fuelAdjustment": 0.137878,
- "publicServiceObligation": 0.00058,
- "resEsFund": 0.005,
- "vat": 0.052945
}
}