Baselight

UK Energy Trading

Dataset which will be instrumental to develop automated trading strategies.

@kaggle.kapilverma_uk_energy_trading

System Prices
@kaggle.kapilverma_uk_energy_trading.system_prices

  • 304.92 KB
  • 14880 rows
  • 4 columns
date_wet

Date (WET)

forecast_system_price_low

Forecast System Price Low

forecast_system_price_high

Forecast System Price High

system_price

System Price

nanGBP/MWhGBP/MWhGBP/MWh
[01/01/2021 00:00]48.3344.8973.15
[01/01/2021 01:00]54.3553.2671.95
[01/01/2021 02:00]32.6665.8654.56
[01/01/2021 03:00]41.5563.4370.73
[01/01/2021 04:00]26.6266.9154.98
[01/01/2021 05:00]17.4764.3839
[01/01/2021 06:00]25.6267.5543.64
[01/01/2021 07:00]26.9667.2429.01
[01/01/2021 08:00]46.7847.1717.54

CREATE TABLE system_prices (
  "date_wet" VARCHAR,
  "forecast_system_price_low" VARCHAR,
  "forecast_system_price_high" VARCHAR,
  "system_price" VARCHAR
);

Share link

Anyone who has the link will be able to view this.