Gold Stock Prices
GC:CMX Historical Data
@kaggle.sahilwagh_gold_stock_prices
GC:CMX Historical Data
@kaggle.sahilwagh_gold_stock_prices
This data set provides a comprehensive record of daily gold prices from January 19, 2014 to January 22, 2024. The data is provided by Nasdaq and includes key financial metrics for each trading day. . The dataset consists of the following columns:
Possible conditions:
Description:
Users are advised to verify the accuracy and reliability of the information and to be aware of the limitations and biases inherent in financial databases. In addition, it is important to consider external factors such as economic indicators, geopolitical events, and market sentiment when using databases for analysis and use.
CREATE TABLE goldstock_v1 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"close" DOUBLE,
"volume" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE
);CREATE TABLE goldstock_v2 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"close_last" DOUBLE,
"volume" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE
);Anyone who has the link will be able to view this.