Retrieve a quote
Retrieve a quote details by its id. All prices are inclusive of VAT, with one exception: feed-in payouts to a VAT-exempt customer (customer_type: "person" with no vat_id, § 19 UStG) are quoted without VAT, matching what the customer is later credited. The §14a EnWG module options only apply to consumption plans; feed-in plans do not pay grid fees, so requesting them returns 400 BAD_REQUEST.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
"pln_1"
Query Parameters
ZIP code for the delivery address
"10115"
Annual electricity usage in kWh. Must be between 100 and 50000
100 <= x <= 500002500
Type of the meter
analog, smart "analog"
Whether to include §14a EnWG Module 1 (Pauschale Netzentgeltreduktion) in the quote. Only applicable to consumption plans; requests for feed-in plans are rejected with 400 BAD_REQUEST.
true
Whether to include §14a EnWG Module 2 (Prozentuale Netzentgeltreduktion) in the quote. Only applicable to consumption plans; requests for feed-in plans are rejected with 400 BAD_REQUEST.
true
Type of the prospective customer. Together with vat_id, this determines the VAT treatment of feed-in payouts; consumption quotes are unaffected.
person, company "person"
VAT ID (USt-IdNr.) of the prospective customer, if they have one. For feed-in plans, a person without one is treated as VAT-exempt (§ 19 UStG) and quoted the net payout.
"DE123456789"
Response
Retrieve the quote details
quote Total amount of the quote
71.9
Currency of the quote
EUR Components of the quote
[
{
"group": "base",
"amount": 4.35,
"quantity": 1,
"quantity_unit": "month",
"unit_amount": 4.35,
"subcomponents": [
{
"subgroup": "fee",
"name": "Grundgebühr",
"amount": 10.99
},
{
"subgroup": "grid",
"name": "Netzentgelte",
"amount": 3.31
},
{
"subgroup": "grid",
"name": "Pauschale Netzentgeltreduktion (§14a EnWG Modul 1)",
"amount": -11.21
},
{
"subgroup": "metering",
"name": "Messstellengebühren",
"amount": 1.26
}
]
},
{
"group": "variable",
"amount": 56.34,
"quantity": 208,
"quantity_unit": "kWh",
"unit_amount": 0.27042,
"subcomponents": [
{
"subgroup": "energy",
"name": "EPEX Day-Ahead Preis (12m avg.)",
"amount": 0.0877
},
{
"subgroup": "grid",
"name": "Netzentgelte",
"amount": 0.1111
},
{
"subgroup": "levies",
"name": "Konzessionsabgabe",
"amount": 0.0284
},
{
"subgroup": "levies",
"name": "Stromsteuer",
"amount": 0.0244
},
{
"subgroup": "levies",
"name": "Offshore-Umlage",
"amount": 0.0078
},
{
"subgroup": "levies",
"name": "§19-NEV Umlage",
"amount": 0.0077
},
{
"subgroup": "levies",
"name": "KWK-Umlage",
"amount": 0.0033
}
]
}
]When this quote was generated
"2024-10-30T16:04:06.122Z"