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

Ibm
@kaggle.benjaminpo_sp500_spx_components_stock_price.ibm

  • 68.58 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)137.21499633789062137.21499633789062137.52000427246094137.1999969482422137.2299957275390666627
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)137.08999633789062137.08999633789062137.25999450683594136.85000610351562137.210006713867224010
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)137.1300048828125137.1300048828125137.1300048828125136.9700927734375136.97009277343758147
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)136.85000610351562136.85000610351562137.13999938964844136.8300018310547137.13000488281257550
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)136.75136.75136.89999389648438136.7100067138672136.880004882812520911
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)136.6199951171875136.6199951171875136.89999389648438136.6199951171875136.710006713867219010
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)136.5136.5136.66000366210938136.4499969482422136.6000061035156228881
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)136.4676055908203136.4676055908203136.52000427246094136.35910034179688136.59298
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)136.49000549316406136.49000549316406136.55999755859375136.32000732421875136.5099945068359415878
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)136.44000244140625136.44000244140625136.52999877929688136.3571014404297136.4960937513957

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