Baselight

Daily Gold Price (2018-2023)

Tracking the Fluctuations: Daily Gold Prices from 2018 to 2023

@kaggle.arslanr369_daily_gold_price_2018_2023

Gold V2
@kaggle.arslanr369_daily_gold_price_2018_2023.gold_v2

  • 51.52 KB
  • 1364 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close*

adj_close

Adj Close**

volume

Volume

8/30/202319361946.41934.61944.31944.3396.00
8/29/20231917.91936.51916.91936.51936.51674.00
8/28/20231915.51921.51915.51917.91917.999.00
8/25/20231919.81919.81911.11911.11911.1195.00
8/24/202319201920.81918.21918.21918.2337.00
8/23/20231909.61918.51909.61918.51918.5547.00
8/22/20231894.61896.81892.81896.41896.446.00
8/21/20231893.61893.61893.31893.31893.3876.00
8/18/20231891.81891.81886.11886.11886.119.00
8/17/20231893.71902.418841884.11884.1245.00

CREATE TABLE gold_v2 (
  "date" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" VARCHAR
);

Share link

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