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

Intu
@kaggle.benjaminpo_sp500_spx_components_stock_price.intu

  • 83.7 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)539.4400024414062539.4400024414062540.9199829101562538.5349731445312539.28002929687537519
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)544.0499877929688544.0499877929688544.0499877929688540.3400268554688540.34002685546882805
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)543.0399780273438543.0399780273438544.25543.0399780273438543.78997802734381101
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)542.5449829101562542.5449829101562544.0150146484375542.5449829101562544.0150146484375997
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)541.7349853515625541.7349853515625542.530029296875541.7349853515625542.530029296875496
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)543.8699951171875543.8699951171875543.8699951171875541.6799926757812541.67999267578121885
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)543.3800048828125543.3800048828125543.3800048828125543.3800048828125543.38000488281251699
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)544.1400146484375544.1400146484375544.3897705078125543.2050170898438543.33001708984382788
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)545.030029296875545.030029296875545.1400146484375544.8099975585938544.83001708984381353
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)544.7750244140625544.7750244140625545.5900268554688544.7750244140625544.8800048828125758

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