Baselight

NVIDIA Stock Data And Event

NVIDIA Stock Data and Events. Have fun exploring the data :)

@kaggle.luisgilch_nvidia_stock_data_and_event

Loading...
Loading...

About this Dataset

NVIDIA Stock Data And Event

Overview

This dataset contains stock market history of NVIDIA since IPO. Additionally it contains company events of nvidia since IPO.

Features

Data Coverage

  • Time Period: The Dataset spans from 1999 to September 2023.
  • Frequency: Data points were collected daily.

Data Points

Stock Data

  1. Instrument is the RIC of the company
  2. Date of observation
  3. High and Low price of the day
  4. Open and Close price of the day
  5. Volume of the stock on that day

Event Data

  1. Category is the category of the event
  2. Event Headline is the full headline of the event
  3. Event Date is the date of the event

Tables

Nvidia Events

@kaggle.luisgilch_nvidia_stock_data_and_event.nvidia_events
  • 39.71 KB
  • 1999 rows
  • 5 columns
Loading...

CREATE TABLE nvidia_events (
  "instrument" VARCHAR,
  "company_event_type" VARCHAR,
  "event_title" VARCHAR,
  "event_start_date" TIMESTAMP,
  "event_last_update_date" VARCHAR
);

Nvidia Stock Data

@kaggle.luisgilch_nvidia_stock_data_and_event.nvidia_stock_data
  • 262.05 KB
  • 6261 rows
  • 7 columns
Loading...

CREATE TABLE nvidia_stock_data (
  "instrument" VARCHAR,
  "date" VARCHAR,
  "price_high" DOUBLE,
  "price_low" DOUBLE,
  "price_close" DOUBLE,
  "price_open" DOUBLE,
  "volume" BIGINT
);

Share link

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