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

Hban
@kaggle.benjaminpo_sp500_spx_components_stock_price.hban

  • 52.2 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)161616.04000091552734415.99499988555908216.0200004577636721003571
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)15.98499965667724615.98499965667724616.01000022888183615.97000026702880915.99499988555908244196
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)15.94999980926513715.94999980926513715.99499988555908215.92000007629394415.98499965667724676475
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)15.94999980926513715.94999980926513715.97999954223632815.939999580383315.96000003814697318160
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)15.97999954223632815.97999954223632816.00900077819824215.94999980926513715.94999980926513715705
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)15.97999954223632815.97999954223632816.01000022888183615.9650001525878915.97999954223632831771
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)15.98499965667724615.98499965667724615.98499965667724615.9650001525878915.97999954223632853591
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)16.004999160766616.004999160766616.0077991485595715.98499965667724615.98499965667724664463
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)16.01499938964843816.01499938964843816.01499938964843815.97999954223632815.98999977111816431174
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)15.98999977111816415.9899997711181641615.9899997711181641610551

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