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

Fox
@kaggle.benjaminpo_sp500_spx_components_stock_price.fox

  • 54.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)37.40000152587890637.40000152587890637.40000152587890637.36999893188476637.3699989318847663507
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)37.2999992370605537.2999992370605537.31000137329101637.2537.253819
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)37.1549987792968837.1549987792968837.1800003051757837.1549987792968837.18000030517578548
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)37.22000122070312537.22000122070312537.240001678466837.1100006103515637.180000305175783564
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)37.1599998474121137.1599998474121137.2150001525878937.1599998474121137.215000152587893036
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)37.0800018310546937.0800018310546937.1800003051757837.0800018310546937.180000305175785138
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)37.13000106811523437.13000106811523437.13000106811523437.0499992370605537.069999694824222899
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)37.0999984741210937.0999984741210937.1399993896484437.0900001525878937.1300010681152348497
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)37.1599998474121137.1599998474121137.1800003051757837.15000152587890637.150001525878906988
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)37.1399993896484437.1399993896484437.1399993896484437.1399993896484437.13999938964844400

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