vividfog / nordpool-predict-fi

A Python app and ML model that predicts spot prices for the Nordpool FI market.
https://sahkovatkain.web.app/
MIT License
68 stars 8 forks source link

For users with ENTSO-E apikey - should we replace sahkotin integration with ENTSO-E data ? #16

Open oh4kpn opened 6 months ago

oh4kpn commented 6 months ago

sahkotin-api was quite slow today and thought about using ENTSO-E integration to replace it

vividfog commented 6 months ago

We should. If there's a solid example of how to read this particular data, I could adopt it. ENTSO-E key is already a requirement so going all in isn't going to break anything. On server side I currently use Sähkötin as well.

oh4kpn commented 6 months ago

https://github.com/EnergieID/entsoe-py might be worth looking

pkautio commented 6 months ago

Entsoe-py is already used to fetch nuclear production forecast. Fetching price info too is easy. I will add necessary code during weekend.