Baselight

UK Energy Trading

Dataset which will be instrumental to develop automated trading strategies.

@kaggle.kapilverma_uk_energy_trading

Auction Data
@kaggle.kapilverma_uk_energy_trading.auction_data

  • 481.26 KB
  • 14880 rows
  • 6 columns
date_wet

Date (WET)

price_first_auction

Price First Auction

price_second_auction

Price Second Auction

traded_volume_first_auction

Traded Volume First Auction

traded_volume_second_auction

Traded Volume Second Auction

price_forecast_first_auction

Price Forecast First Auction

nanGBP/MWhGBP/MWhMWMWGBP/MWh
[01/01/2021 00:00]6865.732923.75102.454.19
[01/01/2021 01:00]62.764.9628254771.553.42
[01/01/2021 02:00]5660.472611.44176.250.13
[01/01/2021 03:00]50.152.52669.33755.950.28
[01/01/2021 04:00]5048.982741.44047.547.19
[01/01/2021 05:00]4848.952791.14172.742.15
[01/01/2021 06:00]5048.962817.83977.351.04
[01/01/2021 07:00]4052.023938.39598.438.79
[01/01/2021 08:00]45.951.053854.28562.644.03

CREATE TABLE auction_data (
  "date_wet" VARCHAR,
  "price_first_auction" VARCHAR,
  "price_second_auction" VARCHAR,
  "traded_volume_first_auction" VARCHAR,
  "traded_volume_second_auction" VARCHAR,
  "price_forecast_first_auction" VARCHAR
);

Share link

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