Baselight

Gold Price Of China Full Data (2015-2022)

2015-2022年度 中国99纯度黄金价格交易全数据

@kaggle.liqiang2022_gold_price_of_china_full_data_20152022

Loading...
Loading...

About this Dataset

Gold Price Of China Full Data (2015-2022)

Gold is a very important measure of value, and despite the fact that the world has left the gold standard era, the price of gold has increased rapidly after the outbreak of Covid-19. The trend of the gold market in China, the second largest economy in the world, may help you to better explore the trend of the Chinese economy.

There is a simple demo on prediction and data analysis for you, you can do further based on it. If you have any question about the dataset, please submit your issue in discussion area.

Tables

Gold Au99–95

@kaggle.liqiang2022_gold_price_of_china_full_data_20152022.gold_au99_95
  • 91.78 KB
  • 1945 rows
  • 11 columns
Loading...

CREATE TABLE gold_au99_95 (
  "ts_code" VARCHAR,
  "trade_date" BIGINT,
  "close" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "price_avg" DOUBLE,
  "change" DOUBLE,
  "pct_change" DOUBLE,
  "vol" DOUBLE,
  "amount" BIGINT
);

Gold Price China

@kaggle.liqiang2022_gold_price_of_china_full_data_20152022.gold_price_china
  • 102.16 KB
  • 1945 rows
  • 11 columns
Loading...

CREATE TABLE gold_price_china (
  "unnamed_0" BIGINT,
  "trade_date" VARCHAR,
  "close" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "price_avg" DOUBLE,
  "change" DOUBLE,
  "pct_change" DOUBLE,
  "vol" DOUBLE,
  "amount" BIGINT
);

Share link

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