Baselight

Electricity Spot Price Data

Forecast electricity spot price in Nord Pool Spot market

@kaggle.arashnic_electricity_spot_price

Elspotprices
@kaggle.arashnic_electricity_spot_price.elspotprices

  • 1.37 MB
  • 50831 rows
  • 5 columns
hourutc

HourUTC

hourdk

HourDK

pricearea

PriceArea

spotpricedkk

SpotPriceDKK

spotpriceeur

SpotPriceEUR

Wed Oct 19 2022 21:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 19 2022 23:00:00 GMT+0000 (Coordinated Universal Time)DK2978750000131570007
Wed Oct 19 2022 20:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 19 2022 22:00:00 GMT+0000 (Coordinated Universal Time)DK21102079956148149994
Wed Oct 19 2022 19:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 19 2022 21:00:00 GMT+0000 (Coordinated Universal Time)DK21090329956146570007
Wed Oct 19 2022 18:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 19 2022 20:00:00 GMT+0000 (Coordinated Universal Time)DK21238589966166500000
Wed Oct 19 2022 17:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 19 2022 19:00:00 GMT+0000 (Coordinated Universal Time)DK21688050049226919998
Wed Oct 19 2022 16:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 19 2022 18:00:00 GMT+0000 (Coordinated Universal Time)DK21786540039240160004
Wed Oct 19 2022 15:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 19 2022 17:00:00 GMT+0000 (Coordinated Universal Time)DK21471729980197839996
Wed Oct 19 2022 14:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 19 2022 16:00:00 GMT+0000 (Coordinated Universal Time)DK21256670044168929993
Wed Oct 19 2022 13:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 19 2022 15:00:00 GMT+0000 (Coordinated Universal Time)DK21125219971151259995
Wed Oct 19 2022 12:00:00 GMT+0000 (Coordinated Universal Time)Wed Oct 19 2022 14:00:00 GMT+0000 (Coordinated Universal Time)DK21059900024142479996

CREATE TABLE elspotprices (
  "hourutc" TIMESTAMP,
  "hourdk" TIMESTAMP,
  "pricearea" VARCHAR,
  "spotpricedkk" BIGINT,
  "spotpriceeur" BIGINT
);