Baselight

Crude Oil Price Data

20 year Yahoo Finance crude oil data

@kaggle.ramsesloaces_crude_oil_stock_data

Loading...
Loading...

About this Dataset

Crude Oil Price Data

This is a 20 year dataset of Crude oil (CL=F) prices that was webscrapped from Yahoo Finance.
Original data can be found: https://finance.yahoo.com/quote/CL%3DF?p=CL%3DF

Tables

Crudeoil

@kaggle.ramsesloaces_crude_oil_stock_data.crudeoil
  • 198.41 KB
  • 5029 rows
  • 7 columns
Loading...

CREATE TABLE crudeoil (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

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