NVIDIA Stock Data And Event
NVIDIA Stock Data and Events. Have fun exploring the data :)
@kaggle.luisgilch_nvidia_stock_data_and_event
NVIDIA Stock Data and Events. Have fun exploring the data :)
@kaggle.luisgilch_nvidia_stock_data_and_event
CREATE TABLE nvidia_events (
"instrument" VARCHAR,
"company_event_type" VARCHAR,
"event_title" VARCHAR,
"event_start_date" TIMESTAMP,
"event_last_update_date" VARCHAR
);
CREATE TABLE nvidia_stock_data (
"instrument" VARCHAR,
"date" VARCHAR,
"price_high" DOUBLE,
"price_low" DOUBLE,
"price_close" DOUBLE,
"price_open" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.