Gold Price Of China Full Data (2015-2022)
2015-2022年度 中国99纯度黄金价格交易全数据
@kaggle.liqiang2022_gold_price_of_china_full_data_20152022
2015-2022年度 中国99纯度黄金价格交易全数据
@kaggle.liqiang2022_gold_price_of_china_full_data_20152022
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
);
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
);
Anyone who has the link will be able to view this.