Baselight

NVIDIA-STOCK-DATA

Nvidia Stock Data for Market Analysis

@kaggle.muhammaddawood42_nvidia_stock_data

Loading...
Loading...

About this Dataset

NVIDIA-STOCK-DATA

Dataset Overview
Introduction
Provide a brief introduction about the dataset. Example:
"This dataset contains historical stock price data for NVIDIA Corporation, a leading technology company specializing in GPUs, AI, and computer hardware. The data spans [specific date range] and includes key metrics like opening price, closing price, trading volume, and more."

Data Source
Mention where you got the data (if applicable). Example:

Data extracted from [source, e.g., Yahoo Finance, official NVIDIA reports].
Ensure no proprietary or confidential data is included.
Why Use This Dataset?
Highlight the potential applications:

Financial trend analysis
Predictive modeling using machine learning
Stock price forecasting with time-series models
Insights into market behavior

Tables

Nvidia Stock

@kaggle.muhammaddawood42_nvidia_stock_data.nvidia_stock
  • 135.38 kB
  • 1,699 rows
  • 7 columns
Loading...
CREATE TABLE nvidia_stock (
  "price" VARCHAR,
  "adj_close" VARCHAR,
  "close" VARCHAR,
  "high" VARCHAR,
  "low" VARCHAR,
  "open" VARCHAR,
  "volume" VARCHAR
);

Share link

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