Skip to content

Commit 3a9cf06

Browse files
jschlyterkipe
authored andcommitted
use correct currency in _get_url_params_areas()
1 parent 65aad9a commit 3a9cf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nordpool/elspot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def _get_url_params_areas(self, data_type, end_date=None, areas=None):
135135

136136
api_url = f"{self.API_URL}/{endpoint}"
137137
params = {
138-
"currency": "EUR",
138+
"currency": self.currency,
139139
"market": "DayAhead",
140140
"deliveryArea": ",".join(areas),
141141
}

0 commit comments

Comments
 (0)