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

Bby
@kaggle.benjaminpo_sp500_spx_components_stock_price.bby

  • 64.39 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)97.8399963378906297.8399963378906297.8399963378906297.8399963378906297.8399963378906217741
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)97.5299987792968897.5299987792968897.6650009155273497.5299987792968897.66500091552734523
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)97.597.597.5100021362304897.597.51000213623048291
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)97.3700027465820597.3700027465820597.4850006103515697.3600006103515697.485000610351561296
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)97.4300003051757897.4300003051757897.6299972534179597.4300003051757897.559997558593761339
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)97.275001525878997.275001525878997.4199981689453397.2597.379997253417952926
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)97.5400009155273497.5400009155273497.6299972534179597.2799987792968897.44999694824225523
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)97.730003356933697.730003356933697.730003356933697.5100021362304897.629997253417951683
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)97.6299972534179597.6299972534179597.730003356933697.5699996948242297.708000183105484467
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)97.4320983886718897.4320983886718897.6299972534179597.4300003051757897.629997253417951875

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