Baselight

NVIDIA All Time Stock Prices

Forecasting Daily NVIDIA Stock Price

@kaggle.sinansaglam_nvidia_all_time_stock_prices

Loading...
Loading...

About this Dataset

NVIDIA All Time Stock Prices

All Time NVIDIA Stock Prices

NVIDIA is one of the most valuable technology companies in the World. NVIDIA the World's 15th most valuable company by market cap according at the moment. Founded in 1993 by Taiwanese Jen Hsun Huang, who worked at AMD for a while. It is a company that usually manufactures GPUs. It was offered to the public in 1999. This dataset contains daily NVIDIA stock prices since Jabuary 22, 1999.

Enjoy the data.

Tables

Nvidia All Time Daily Stock Prices

@kaggle.sinansaglam_nvidia_all_time_stock_prices.nvidia_all_time_daily_stock_prices
  • 276.43 KB
  • 5942 rows
  • 9 columns
Loading...

CREATE TABLE nvidia_all_time_daily_stock_prices (
  "date" TIMESTAMP,
  "stock" VARCHAR,
  "open" DOUBLE,
  "close" DOUBLE,
  "low" DOUBLE,
  "high" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE,
  "currency" VARCHAR
);

Share link

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