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

Cf
@kaggle.benjaminpo_sp500_spx_components_stock_price.cf

  • 68.3 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.5400009155273472.5400009155273472.650001525878972.141700744628972.4300003051757886986
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)73.1492996215820373.1492996215820373.1999969482421972.572.540000915527345261
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)72.900001525878972.900001525878973.1849975585937572.8929977416992273.084999084472666941
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)72.8450012207031272.8450012207031273.2600021362304772.8150024414062573.014999389648444974
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)72.6750030517578172.6750030517578172.8249969482421972.5500030517578172.6600036621093823726
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)72.3300018310546972.3300018310546972.7600021362304772.1999969482421972.65000152587895921
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)72.474998474121172.474998474121172.5945968627929772.3000030517578172.389999389648449598
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)72.4899978637695372.4899978637695372.5699996948242272.3899993896484472.57661
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)72.7099990844726672.7099990844726672.8180999755859472.519996643066472.589996337890624175
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)72.6299972534179772.6299972534179772.9400024414062572.6299972534179772.845001220703128032

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