NVIDIA STOCKS HISTORICAL DATA
This is nvidia stocks dataset from 2023 to 2024
@kaggle.samanfatima7_nvidia_stocks_historical_data
This is nvidia stocks dataset from 2023 to 2024
@kaggle.samanfatima7_nvidia_stocks_historical_data
CREATE TABLE nvidia (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"adj_close" DOUBLE
);
Anyone who has the link will be able to view this.