Tesla Stock Dataset 2025
Tesla Stock Historical Data (2010-2025)
@kaggle.sameerramzan_tesla_stock_dataset_2025
Tesla Stock Historical Data (2010-2025)
@kaggle.sameerramzan_tesla_stock_dataset_2025
This dataset contains historical stock price data for Tesla, Inc. (TSLA) starting from its IPO date, June 29, 2010, to January 1, 2025. The dataset includes daily records of Tesla's stock performance on the NASDAQ stock exchange. It is ideal for time-series analysis, stock price prediction, and understanding the long-term performance of Tesla in the stock market.
The dataset consists of the following columns:
Use Cases of Tesla Stock Historical Data
Time-Series Analysis
Stock Price Prediction
Investment Strategy Evaluation
Market Sentiment Analysis
Portfolio Diversification
Risk Management
Economic and Market Studies
Stock Splits and Adjustments Analysis
Educational Purposes
Correlation with Sector Trends
Data Visualization and Dashboarding
A/B Testing for Financial Applications
CREATE TABLE tesla_stock_dataset (
"date" TIMESTAMP,
"adj_close" DOUBLE,
"close" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"open" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.