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

Tsn
@kaggle.benjaminpo_sp500_spx_components_stock_price.tsn

  • 62.96 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)99.9049987792968899.90499877929688100.7200012207031299.3050003051757899.81999969482422170710
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)99.6000976562599.60009765625100.1299972534179599.599.9449996948242220750
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)99.7799987792968899.7799987792968899.8300018310546799.5899963378906299.7200012207031214909
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)99.6600036621093899.6600036621093899.8099975585937699.2900009155273499.6900024414062418593
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)99.6299972534179599.6299972534179599.7599.5599975585937699.65000152587898541
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)99.3700027465820599.3700027465820599.550003051757899.1900024414062499.550003051757821720
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)99.605003356933699.605003356933699.6600036621093899.3600006103515699.3700027465820521804
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)99.6839981079101699.6839981079101699.9346008300781299.605003356933699.650001525878912774
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)99.599998474121199.599998474121199.855003356933699.4700012207031299.7350006103515619381
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)99.6299972534179599.6299972534179599.7599.599998474121199.650001525878912058

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