Major Commodity Prices From 2000-2022
Gold, Palladium, Nickel, Brent Oil, Natural Gas, and Wheat
@kaggle.prasertk_historical_commodity_prices_from_20002022
Gold, Palladium, Nickel, Brent Oil, Natural Gas, and Wheat
@kaggle.prasertk_historical_commodity_prices_from_20002022
CREATE TABLE commodity_2000_2022 (
"symbol" VARCHAR,
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.