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

Tmo
@kaggle.benjaminpo_sp500_spx_components_stock_price.tmo

  • 79.91 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)583.219970703125583.219970703125584.5577.8900146484375577.890014648437544023
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)582.8900146484375582.8900146484375583.5800170898438582.25583.4899902343752775
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)581.3900146484375581.3900146484375581.3900146484375581.3900146484375581.3900146484375132
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)581.8499755859375581.8499755859375582.0700073242188580.7999877929688580.79998779296882331
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)580.9099731445312580.9099731445312580.9149780273438579.780029296875579.8049926757812911
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)581.52001953125581.52001953125582.1099853515625580.5540161132812580.96502685546882857
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)583.585205078125583.585205078125583.585205078125583.1849975585938583.1849975585938814
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)582.0709838867188582.0709838867188583.5599975585938582.0709838867188582.43103027343751879
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)582.3499755859375582.3499755859375583.5582.1950073242188582.19500732421881245
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)582.436279296875582.436279296875583.02001953125582.3499755859375582.5109863281254569

CREATE TABLE tmo (
  "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.