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

Msft
@kaggle.benjaminpo_sp500_spx_components_stock_price.msft

  • 80.4 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)301.93438720703125301.93438720703125301.95001220703125300.7699890136719301.25797734
Tue Feb 08 2022 14:31:00 GMT+0000 (Coordinated Universal Time)302.8099975585937302.8099975585937302.8799133300781301.85009765625302.0199890136719170959
Tue Feb 08 2022 14:32:00 GMT+0000 (Coordinated Universal Time)302.5599975585937302.5599975585937303.1400146484375302.4700012207031302.8500061035156120637
Tue Feb 08 2022 14:33:00 GMT+0000 (Coordinated Universal Time)301.9100036621094301.9100036621094302.5599975585937301.760009765625302.5199890136719104493
Tue Feb 08 2022 14:34:00 GMT+0000 (Coordinated Universal Time)301.510009765625301.510009765625302301.26000976562530290917
Tue Feb 08 2022 14:35:00 GMT+0000 (Coordinated Universal Time)301.9200134277344301.9200134277344302.0899963378906301.3999938964844301.599632
Tue Feb 08 2022 14:36:00 GMT+0000 (Coordinated Universal Time)301.8699951171875301.8699951171875302.1400146484375301.8500061035156301.9700012207031117416
Tue Feb 08 2022 14:37:00 GMT+0000 (Coordinated Universal Time)302.2699890136719302.2699890136719302.57000732421875301.96099853515625301.9609985351562595712
Tue Feb 08 2022 14:38:00 GMT+0000 (Coordinated Universal Time)302.5899963378906302.5899963378906302.5899963378906302.260009765625302.470001220703177500
Tue Feb 08 2022 14:39:00 GMT+0000 (Coordinated Universal Time)302.4800109863281302.4800109863281302.7200012207031302.2799987792969302.720001220703182952

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