Tesla Stocks Data - Latest 21 September, 2024
Tesla Stock Price & Stock Split Complete Data
@kaggle.kpatel00_tesla_stocks_data_latest_21_august_2024
Tesla Stock Price & Stock Split Complete Data
@kaggle.kpatel00_tesla_stocks_data_latest_21_august_2024
This dataset collection contains detailed information related to Tesla's stock prices (USD) and stock splits. It is an excellent resource for analysts, researchers, and enthusiasts interested in studying the stock performance of one of the world's most innovative companies.
Stock Price Date Range: From June 29, 2010 to September 20, 2024.
These datasets can be used for various purposes, such as:
1. TeslaStockPrice.csv
*Description: * This dataset provides daily stock prices of Tesla, Inc. Note: All prices are in USD.
*Columns: *
2. TeslaStockSplit.csv:
*Description: * This dataset details the history of stock splits conducted by Tesla, Inc.
*Columns: *
*Acknowledgment: * Data is sourced from publicly available financial records and is provided as-is for educational and research purposes.
CREATE TABLE teslastockprice (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);
CREATE TABLE teslastocksplit (
"date" TIMESTAMP,
"stock_splits" VARCHAR
);
Anyone who has the link will be able to view this.