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

Zion
@kaggle.benjaminpo_sp500_spx_components_stock_price.zion

  • 56.55 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)72.6699981689453172.6699981689453172.7600021362304771.8000030517578172.43000030517578141073
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)72.599998474121172.599998474121172.7200012207031272.599998474121172.720001220703121146
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)72.480003356933672.480003356933672.5800018310546972.480003356933672.569999694824221595
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)72.5100021362304772.5100021362304772.5100021362304772.480003356933672.48000335693361549
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)72.7163009643554772.7163009643554772.8700027465820372.6399993896484472.65000152587896387
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)72.6600036621093872.6600036621093872.7799987792968872.6600036621093872.753026
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)72.7399978637695372.7399978637695372.7399978637695372.6900024414062572.690002441406257627
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)72.7799987792968872.7799987792968872.7799987792968872.6900024414062572.7249984741211733
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)72.8899993896484472.889999389648447372.769996643066472.834999084472665435
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)72.8099975585937572.8099975585937572.8399963378906272.8099975585937572.83999633789062910

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