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

Gpn
@kaggle.benjaminpo_sp500_spx_components_stock_price.gpn

  • 67.91 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)143.66000366210938143.66000366210938144.53500366210938143.66000366210938144.3899993896484439127
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)144.25144.25144.30999755859375143.6750030517578143.675003051757823756
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)144.11000061035156144.11000061035156144.31500244140625143.66000366210938144.1799926757812511664
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)143.84500122070312143.84500122070312144.375143.72999572753906144.19999694824225866
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)143.33270263671875143.33270263671875143.8000030517578143.19000244140625143.61999511718753307
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)143.3800048828125143.3800048828125144.0570068359375143.27999877929688143.66999816894537120
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)143.14999389648438143.14999389648438143.42999267578125143143.429992675781252756
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)143.0800018310547143.0800018310547143.35000610351562142.9600067138672142.960006713867211132
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)142.5500030517578142.5500030517578142.8800048828125142.52999877929688142.869995117187520799
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)142.83999633789062142.83999633789062143.3000030517578142.6300048828125142.699996948242211434

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