Baselight

Gold Historical Datasets

Gold historical datasets: Daily, Monthly, and Yearly

@kaggle.nward7_gold_historical_datasets

Gold Daily
@kaggle.nward7_gold_historical_datasets.gold_daily

  • 205.18 KB
  • 6886 rows
  • 7 columns
date

Date

price

Price

open

Open

high

High

low

Low

vol

Vol

change

Change %

Tue Dec 06 1994 00:00:00 GMT+0000 (Coordinated Universal Time)375.8375.6376.5375.10.99K0.0008
Wed Dec 07 1994 00:00:00 GMT+0000 (Coordinated Universal Time)376.1377377.5375.11.88K0.0008
Thu Dec 08 1994 00:00:00 GMT+0000 (Coordinated Universal Time)376.6375.3376.7374.80.48K0.0013
Fri Dec 09 1994 00:00:00 GMT+0000 (Coordinated Universal Time)377375.6377375.50.38K0.0011
Mon Dec 12 1994 00:00:00 GMT+0000 (Coordinated Universal Time)377.5376.8377.8376.50.07K0.0013
Tue Dec 13 1994 00:00:00 GMT+0000 (Coordinated Universal Time)377.6379.5379.53780.04K0.0003
Wed Dec 14 1994 00:00:00 GMT+0000 (Coordinated Universal Time)378.93793813790.05K0.0034
Thu Dec 15 1994 00:00:00 GMT+0000 (Coordinated Universal Time)380.2379.9380.3378.90.08K0.0034
Fri Dec 16 1994 00:00:00 GMT+0000 (Coordinated Universal Time)378.6380.5380.53790.04K-0.0042
Mon Dec 19 1994 00:00:00 GMT+0000 (Coordinated Universal Time)379.2379.2379.2379.20.01K0.0016

CREATE TABLE gold_daily (
  "date" TIMESTAMP,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "vol" VARCHAR,
  "change" DOUBLE
);

Share link

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