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

Afl
@kaggle.benjaminpo_sp500_spx_components_stock_price.afl

  • 56.19 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)65.6699981689453165.6699981689453165.8700027465820365.2399978637695365.7300033569336401665
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)65.4199981689453165.4199981689453165.6800003051757865.4199981689453165.680000305175789743
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)65.349998474121165.349998474121165.4100036621093865.2949981689453165.410003662109383303
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)65.3199996948242265.3199996948242265.4599990844726665.3199996948242265.434997558593755045
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)65.3700027465820365.3700027465820365.480003356933665.3099975585937565.309997558593757526
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)65.3099975585937565.3099975585937565.4199981689453165.275001525878965.3799972534179710848
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)65.2900009155273465.2900009155273465.3600006103515665.2450027465820365.2799987792968813016
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)65.2900009155273465.2900009155273465.3600006103515665.2565.269996643066411694
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)65.3600006103515665.3600006103515665.3700027465820365.2399978637695365.300003051757819444
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)65.2600021362304765.2600021362304765.3700027465820365.249900817871165.360000610351569191

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