Gold Historical Datasets
Gold historical datasets: Daily, Monthly, and Yearly
@kaggle.nward7_gold_historical_datasets
Gold historical datasets: Daily, Monthly, and Yearly
@kaggle.nward7_gold_historical_datasets
CREATE TABLE gold_monthly (
"date" VARCHAR,
"price" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"vol" VARCHAR,
"change" DOUBLE
);
Anyone who has the link will be able to view this.