Baselight

Tesla Split Adjusted Stock Price Jul 2010-Nov 2024

This dataset contains daily-level stock price for $TSLA

@kaggle.dliang2_tesla_split_adjusted_stock_price_jul_2010_nov_2024

Loading...
Loading...

About this Dataset

Tesla Split Adjusted Stock Price Jul 2010-Nov 2024

This dataset was pulled from https://www.alphavantage.co/.

The split-adjusted pricing was calculated using Python and re-saved as a CSV.

It contains the date, open price, the highest price point, lowest price point, close price, and volume for each distinct date

Tables

Data Tsla

@kaggle.dliang2_tesla_split_adjusted_stock_price_jul_2010_nov_2024.data_tsla
  • 142.68 KB
  • 3631 rows
  • 6 columns
Loading...

CREATE TABLE data_tsla (
  "timestamp" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);

Share link

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