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

Hal
@kaggle.benjaminpo_sp500_spx_components_stock_price.hal

  • 57 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)32.40000152587890632.40000152587890632.509998321533232.2532.29999923706055968196
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)32.4500007629394532.4500007629394532.47000122070312532.2999992370605532.38000106811523441810
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)32.18999862670898432.18999862670898432.4650001525878932.18999862670898432.45999908447265689723
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)32.0800018310546932.0800018310546932.22000122070312532.02999877929687532.189998626708984105305
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)32.0499992370605532.0499992370605532.1800003051757832.04000091552734432.0499992370605537910
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)32.0200996398925832.0200996398925832.15000152587890632.009998321533232.06000137329101627985
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)31.95000076293945331.95000076293945332.009998321533231.9300003051757832.009998321533258310
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)31.95999908447265631.95999908447265631.9699993133544931.879999160766631.94000053405761777856
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)31.92000007629394531.92000007629394531.9699993133544931.870000839233431.9549999237060549943
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)31.9549999237060531.9549999237060531.97999954223632831.8600006103515631.9099998474121133729

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