Baselight

Gold Historical Datasets

Gold historical datasets: Daily, Monthly, and Yearly

@kaggle.nward7_gold_historical_datasets

Gold Yearly
@kaggle.nward7_gold_historical_datasets.gold_yearly

  • 7.83 KB
  • 53 rows
  • 7 columns
year

Year

average_closing_price

Average Closing Price

year_open

Year Open

year_high

Year High

year_low

Year Low

year_close

Year Close

annual_change

Annual % Change

196941.141.843.753535.21-0.1607
197035.9635.1339.1934.7837.380.0616
197140.837.3343.937.3343.50.1637
197258.1743.737043.7364.70.4874
197397.1264.9912764.1112.250.7349
1974158.76114.75197.5114.75187.50.6704
1975160.87185186.25128.75140.25-0.252
1976124.8140.35140.35103.05134.55-0.0406
1977147.84136.1168.15129.4165.60.2308
1978193.57168.6243.65166.3224.50.3557

CREATE TABLE gold_yearly (
  "year" BIGINT,
  "average_closing_price" DOUBLE,
  "year_open" DOUBLE,
  "year_high" DOUBLE,
  "year_low" DOUBLE,
  "year_close" DOUBLE,
  "annual_change" DOUBLE
);

Share link

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