Crude Oil Price Data
20 year Yahoo Finance crude oil data
@kaggle.ramsesloaces_crude_oil_stock_data
20 year Yahoo Finance crude oil data
@kaggle.ramsesloaces_crude_oil_stock_data
CREATE TABLE crudeoil (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.