nordpool icon indicating copy to clipboard operation
nordpool copied to clipboard

Python library for fetching Nord Pool spot prices.

Results 17 nordpool issues
Sort by recently updated
recently updated
newest added

Added timeout parameter to Base-class, and passed it along with the requests.get call.

I have been using this code for about 6 months and it has worked spotlessly. Today it started returning the spot market in EUR even though I specify the currency...

Fetching Elbas-data is currently broken, because of addition (X) and (I) to the product names. Need to first find out what they mean, before determining if the data format should...

bug
help wanted

Hi, It would be great if the recently(?) introduced Great Britain day ahead prices could be queried with this great tool as well: http://nordpoolspot.com/Market-data1/GB/Auction-prices/UK/Hourly/?view=table Thanks for a nice library!

Is there any way to get data for a whole day? Currently, when I specify a date, the first price value is for the current hour and does not go...

Sometimes I get below error " File "/usr/local/lib/python3.9/dist-packages/nordpool/elspot.py", line 132, in hourly return self.fetch(self.HOURLY, end_date, areas) File "/usr/local/lib/python3.9/dist-packages/nordpool/elspot.py", line 128, in fetch return self._parse_json(self._fetch_json(data_type, end_date), areas) File "/usr/local/lib/python3.9/dist-packages/nordpool/elspot.py", line 37,...

Debian 11.5 Nordpool 0.3.3 Sometimes I get an error like below. Any ideas what it can be? ``` Traceback (most recent call last): File "/home/debian/Nordpool_Influx.py", line 20, in price=prices_spot.hourly(end_date=datetime.now().date(),areas=["SE4"]) File...

I've been using this software for 2 years now and it's awesome, but since this summer my software hangs after 5 days. I noticed that Nord Pool will gradually shut...