Baselight

Tesla,Inc.(TSLA) Historical Prices

Monthly Historical stock price of Tesla from July 2015

@kaggle.sandraphari_teslainctsla_historical_prices

Tsla
@kaggle.sandraphari_teslainctsla_historical_prices.tsla

  • 9.37 KB
  • 72 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Jul 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)54.22257.33000250.15800153.2353.23400305000
Sat Aug 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)53.25799954.2000013949.81249.812576320500
Tue Sep 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)48.06800154.31399947.39400149.6849.68401440500
Thu Oct 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)49.50199949.96799940.40000241.38600241.386002504060000
Sun Nov 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)41.78446.91641.1646.05199846.051998392442000
Tue Dec 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)46.21200248.72600242.97399948.00199948.001999299227500
Fri Jan 01 2016 00:00:00 GMT+0000 (Coordinated Universal Time)46.14400146.27600136.48199838.24000238.240002396236000
Mon Feb 01 2016 00:00:00 GMT+0000 (Coordinated Universal Time)37.75199939.90399928.20999938.38600238.386002668529000
Tue Mar 01 2016 00:00:00 GMT+0000 (Coordinated Universal Time)38.84999847.97600236.29999945.95399945.953999514610000
Fri Apr 01 2016 00:00:00 GMT+0000 (Coordinated Universal Time)48.96653.86846.65000248.15248.152677536500

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

Share link

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