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

Ipgp
@kaggle.benjaminpo_sp500_spx_components_stock_price.ipgp

  • 64.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)148.1649932861328148.1649932861328148.1649932861328148.0399932861328148.03999328613282096
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)148.38999938964844148.38999938964844148.38999938964844148.0500030517578148.0500030517578708
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)148.77499389648438148.77499389648438149.0500030517578148.77499389648438149.0500030517578210
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)149.2100067138672149.2100067138672149.2100067138672149.2100067138672149.2100067138672230
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)149.6999969482422149.6999969482422149.6999969482422149.0500030517578149.0500030517578299
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)149.0449981689453149.0449981689453149.0449981689453149.0449981689453149.0449981689453109
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)149.94500732421875149.94500732421875149.94500732421875149.30999755859375149.309997558593751466

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