Baselight

Tesla Stock Price

Tesla Updated Stock Price Dataset

@kaggle.jillanisofttech_tesla_stock_price

Tsla
@kaggle.jillanisofttech_tesla_stock_price.tsla

  • 37.47 KB
  • 639 rows
  • 7 columns
date

Date

high

High

low

Low

open

Open

close

Close

volume

Volume

adj_close

Adj Close

Mon Sep 30 2019 00:00:00 GMT+0000 (Coordinated Universal Time)48.7960014343261747.2220001220703148.5999984741210948.173999786376952939900048.17399978637695
Tue Oct 01 2019 00:00:00 GMT+0000 (Coordinated Universal Time)49.1899986267089847.8260002136230548.2999992370605548.93799972534183081300048.9379997253418
Wed Oct 02 2019 00:00:00 GMT+0000 (Coordinated Universal Time)48.9300003051757847.8860015869140648.6580009460449248.62599945068362815700048.6259994506836
Thu Oct 03 2019 00:00:00 GMT+0000 (Coordinated Universal Time)46.8959999084472744.8559989929199246.3720016479492246.605998992919927542250046.60599899291992
Fri Oct 04 2019 00:00:00 GMT+0000 (Coordinated Universal Time)46.9560012817382845.6139984130859446.32199859619140646.28599929809573997500046.2859992980957
Mon Oct 07 2019 00:00:00 GMT+0000 (Coordinated Universal Time)47.7120018005371145.70999908447265645.95999908447265647.543998718261724032100047.54399871826172
Tue Oct 08 2019 00:00:00 GMT+0000 (Coordinated Universal Time)48.7879981994628946.90000152587890647.1739997863769548.00999832153324339100048.0099983215332
Wed Oct 09 2019 00:00:00 GMT+0000 (Coordinated Universal Time)49.45999908447265648.13000106811523448.2639999389648548.905998229980473447200048.90599822998047
Thu Oct 10 2019 00:00:00 GMT+0000 (Coordinated Universal Time)49.8559989929199248.3160018920898449.05599975585937548.9480018615722663141650048.948001861572266
Fri Oct 11 2019 00:00:00 GMT+0000 (Coordinated Universal Time)50.2159996032714949.3619995117187549.4300003051757849.577999114990244237700049.57799911499024

CREATE TABLE tsla (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Share link

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