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

Rf
@kaggle.benjaminpo_sp500_spx_components_stock_price.rf

  • 52.2 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)24.8546009063720724.8546009063720724.95999908447265624.85000038146972724.899999618530277670921
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)24.870000839233424.870000839233424.9300003051757824.8299999237060524.8400001525878929570
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)24.8199996948242224.8199996948242224.8899993896484424.79999923706054724.879999160766616441
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)24.8589000701904324.8589000701904324.8899993896484424.8299999237060524.8400001525878930247
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)24.8899993896484424.8899993896484424.92000007629394524.8600006103515624.8600006103515613733
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)24.879999160766624.879999160766624.92000007629394524.85000038146972724.8850002288818440190
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)24.89999961853027724.89999961853027724.89999961853027724.8449993133544924.87529135
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)24.9300003051757824.9300003051757824.95000076293945324.8899993896484424.89999961853027718857
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)24.95000076293945324.95000076293945324.9549999237060524.9099998474121124.93499946594238315684
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)24.9099998474121124.9099998474121124.95999908447265624.89999961853027724.95999908447265616829

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