Baselight

Tesla Stock Data

Unveiling Tesla's Rollercoaster: A Year in Stock Price Volatility

@kaggle.ashpalsingh1525_tesla_stock_data

Loading...
Loading...

About this Dataset

Tesla Stock Data

The "Tesla Stock Price Data (Last One Year)" dataset is a comprehensive collection of historical stock market information, focusing on Tesla Inc. (TSLA) for the past year. This dataset serves as a valuable resource for financial analysts, investors, researchers, and data enthusiasts who are interested in studying the trends, patterns, and performance of Tesla's stock in the financial markets.

Tables

Tesla Data

@kaggle.ashpalsingh1525_tesla_stock_data.tesla_data
  • 24.52 KB
  • 251 rows
  • 9 columns
Loading...

CREATE TABLE tesla_data (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT,
  "cumulative_open" DOUBLE,
  "price_change" DOUBLE
);

Share link

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