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

Unp
@kaggle.benjaminpo_sp500_spx_components_stock_price.unp

  • 68.89 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)243.43499755859372243.43499755859372243.5242.0500030517578243.199996948242287263
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)243.32000732421875243.32000732421875243.6000061035156242.5500030517578243.449996948242220302
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)243.67999267578125243.67999267578125243.67999267578125242.92999267578125242.929992675781258129
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)243.7899932861328243.7899932861328243.9900054931641243.3999938964844243.5899963378906515356
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)244.3112945556641244.3112945556641244.3999938964844243.7899932861328243.800003051757815581
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)244.2350006103516244.2350006103516244.47000122070312244.07000732421875244.470001220703127773
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)244.2899932861328244.2899932861328244.4499969482422244244.240005493164114107
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)243.76109313964844243.76109313964844244.43499755859372243.75999450683597244.294998168945313851
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)244.67999267578125244.67999267578125244.67999267578125243.72999572753903243.7599945068359730624
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)244.1699981689453244.1699981689453244.6300048828125244.0500030517578244.630004882812516781

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