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

Msi
@kaggle.benjaminpo_sp500_spx_components_stock_price.msi

  • 75.98 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)235.6499938964844235.6499938964844236235.64999389648442365466
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)235.5050048828125235.5050048828125235.94000244140625235.5050048828125235.940002441406251064
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)235.68499755859372235.68499755859372236.41000366210935235.63999938964844235.639999389648441974
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)236.0200042724609236.0200042724609236.0200042724609235.25999450683597235.25999450683597769
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)234.5399932861328234.5399932861328235.43499755859372234.5399932861328235.434997558593721212
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)234.3699951171875234.3699951171875234.6199951171875234.3000030517578234.3000030517578827
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)234.52999877929688234.52999877929688234.52999877929688234.52999877929688234.52999877929688168
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)234.22000122070312234.22000122070312234.52999877929688234.1750030517578234.33000183105471502
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)234.52999877929688234.52999877929688234.63999938964844234.4600067138672234.60000610351561230
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)234.56500244140625234.56500244140625234.8500061035156234.56500244140625234.60000610351561981

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