kipe / nordpool

Python library for fetching Nord Pool spot prices.
MIT License
104 stars 40 forks source link

Fetching Elbas is broken #12

Closed kipe closed 4 days ago

kipe commented 4 years ago

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 be changed, only one of the prices should be included or what...

kipe commented 4 years ago

At the same time, the format of Elbas data should be changed. It would be more logical to group the data first by product type (PH, 2H, 4H, DON, DB, QH, etc). Then give the timebased values for AVG, volume etc.

With this change, the (I) and (X) in the product name don't really matter.

kipe commented 3 weeks ago

Well, this is even more broken now. Willing to accept PRs, otherwise I'm removing Elbas completely.

silpol commented 2 weeks ago

@kipe it's time to remove Elbas branch altogether

kipe commented 4 days ago

Version 0.4.3 was just released, Elbas removed completely (at least for now).