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

Wfc
@kaggle.benjaminpo_sp500_spx_components_stock_price.wfc

  • 63.86 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)58.00500106811523458.00500106811523458.1899986267089857.959999084472656583163815
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)57.9930992126464857.9930992126464858.2000007629394557.9500007629394558.02000045776367217082
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)58.0149993896484458.0149993896484458.0773010253906357.9399986267089858.0099983215332141422
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)57.7999992370605557.7999992370605558.04000091552734457.7999992370605558.01499938964844115823
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)57.990001678466857.990001678466858.009998321533257.8199996948242257.81999969482422107961
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)58.0349998474121158.0349998474121158.0699996948242257.95999908447265657.990001678466866884
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)57.9930000305175857.9930000305175858.0499992370605557.937558.0099983215332112465
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)58.0299987792968858.0299987792968858.06000137329101657.95999908447265658105880
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)58.009998321533258.009998321533258.0499000549316457.9500007629394558.04000091552734492329
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)57.9500007629394557.9500007629394558.0299987792968857.9249992370605558.009998321533260208

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