Baselight

Tesla Stock Data

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

@kaggle.ashpalsingh1525_tesla_stock_data

Tesla Data
@kaggle.ashpalsingh1525_tesla_stock_data.tesla_data

  • 24.52 KB
  • 251 rows
  • 9 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

cumulative_open

Cumulative Open

price_change

Price Change

Mon Aug 29 2022 00:00:00 GMT+0000 (Coordinated Universal Time)282.8299865722656287.739990234375280.70001220703125284.82000732421875284.8200073242187541864700282.8299865722656
Tue Aug 30 2022 00:00:00 GMT+0000 (Coordinated Universal Time)287.8699951171875288.4800109863281272.6499938964844277.70001220703125277.7000122070312550541800570.69998168945315.040008544921875
Wed Aug 31 2022 00:00:00 GMT+0000 (Coordinated Universal Time)280.6199951171875281.25271.8099975585937275.6099853515625275.609985351562552107300851.3199768066406-7.25
Thu Sep 01 2022 00:00:00 GMT+0000 (Coordinated Universal Time)272.5799865722656277.5799865722656266.1499938964844277.1600036621094277.1600036621094542870001123.8999633789062-8.040008544921875
Fri Sep 02 2022 00:00:00 GMT+0000 (Coordinated Universal Time)281.07000732421875282.3500061035156269.0799865722656270.2099914550781270.2099914550781508901001404.9699707031258.490020751953125
Tue Sep 06 2022 00:00:00 GMT+0000 (Coordinated Universal Time)272.67999267578125275.989990234375265.739990234375274.4200134277344274.4200134277344558600001677.6499633789062-8.3900146484375
Wed Sep 07 2022 00:00:00 GMT+0000 (Coordinated Universal Time)273.1000061035156283.8399963378906272.2699890136719283.70001220703125283.70001220703125500289001950.74996948242160.420013427734375
Thu Sep 08 2022 00:00:00 GMT+0000 (Coordinated Universal Time)281.29998779296875289.5279.760009765625289.260009765625289.260009765625537131002232.04995727539068.199981689453125
Fri Sep 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)291.6700134277344299.8500061035156291.25299.67999267578125299.67999267578125543381002523.71997070312510.370025634765623
Mon Sep 12 2022 00:00:00 GMT+0000 (Coordinated Universal Time)300.7200012207031305.489990234375300.3999938964844304.4200134277344304.4200134277344486746002824.4399719238289.04998779296875

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.