Baselight

2000+ Assets (Stock & FX) Historical Price

frequency update, 2000+ assets, since IPO, included S&P500, NASDAQ and FX

@kaggle.benjaminpo_sp500_spx_components_stock_price

Tsla
@kaggle.benjaminpo_sp500_spx_components_stock_price.tsla

  • 91.87 KB
  • 1951 rows
  • 7 columns
datetime

Datetime

adj_close

Adj Close

close

Close

high

High

low

Low

open

Open

volume

Volume

Tue Feb 08 2022 14:30:00 GMT+0000 (Coordinated Universal Time)906.0220947265624906.0220947265624906.9000244140624900.2999877929688905.530029296875464174
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)905.8800048828124905.8800048828124909.9400024414062904.8499755859376906.3099975585938135456
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)897.0501098632812897.0501098632812907.162109375897.0499877929688905.6199951171876163009
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)897.6900024414062897.6900024414062901896.5999755859375897.8724975585938132721
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)897.030029296875897.030029296875898895898122195
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)902.4000244140624902.4000244140624903.2650146484376902902134899
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)900.6170043945312900.6170043945312901900.4099731445312901102479
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)906.664794921875906.664794921875906.763427734375905.3200073242188906.5110966
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)908.75908.75908.75906.1300048828124907117959
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)908.9666748046876908.9666748046876909.6099853515624908.9019775390624909.6099853515624138295

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

Share link

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