Baselight

Tesla Stock Price

Tesla Updated Stock Price Dataset

@kaggle.jillanisofttech_tesla_stock_price

Tasla Stock Updated V2
@kaggle.jillanisofttech_tesla_stock_price.tasla_stock_updated_v2

  • 117.43 KB
  • 2274 rows
  • 7 columns
unnamed_0

Unnamed: 0

date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

Fri Jan 02 2015 00:00:00 GMT+0000 (Coordinated Universal Time)14.85799980163574214.88333320617675814.2173328399658214.62066745758056671466000
1Mon Jan 05 2015 00:00:00 GMT+0000 (Coordinated Universal Time)14.30333328247070314.4333333969116213.81066703796386714.00599956512451280527500
2Tue Jan 06 2015 00:00:00 GMT+0000 (Coordinated Universal Time)14.00399971008300814.27999973297119113.6140003204345714.08533287048339893928500
3Wed Jan 07 2015 00:00:00 GMT+0000 (Coordinated Universal Time)14.22333335876464814.318667411804213.98533344268798814.06333255767822444526000
4Thu Jan 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time)14.18733310699462714.2533330917358414.00066661834716814.04133319854736351637500
5Fri Jan 09 2015 00:00:00 GMT+0000 (Coordinated Universal Time)13.92800045013427613.99866676330566413.66399955749511513.7773332595825270024500
6Mon Jan 12 2015 00:00:00 GMT+0000 (Coordinated Universal Time)13.53666687011718813.63133335113525413.28333282470703113.48066711425781289254500
7Tue Jan 13 2015 00:00:00 GMT+0000 (Coordinated Universal Time)13.55466747283935513.8406667709350613.39400005340576213.61666679382324267159500
8Wed Jan 14 2015 00:00:00 GMT+0000 (Coordinated Universal Time)12.38866710662841813.01333332061767612.33333301544189612.845999717712402173278500
9Thu Jan 15 2015 00:00:00 GMT+0000 (Coordinated Universal Time)12.96599960327148413.05000019073486312.66666698455810412.79133319854736378247500

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

Share link

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