Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Msi
@kaggle.artemburenok_sp_500_stock_prices.msi

  • 559.89 KB
  • 15344 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.46563994884490971.42795205116271951.44051504135131840.638433992862701465671
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.44470202922821041.42795205116271951.43632698059082030.636577725410461477611
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.43842101097106911.41120195388793971.4237649440765380.631009876728057959701
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.43213999271392821.39445197582244871.41539001464843750.6272984147071838107462
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.43213999271392821.39026403427124021.39026403427124020.616163015365600689551
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.40282702445983891.35676395893096921.35676395893096920.601315319538116583581
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.3860770463943481.37351405620574951.3860770463943480.61430716514587429850
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.3860770463943481.37351405620574951.3777019977569580.610595285892486647761
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.40701496601104741.3777019977569581.40701496601104740.623586833477020389551
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.46145296096801761.40701496601104741.46145296096801760.6477131843566895179103

CREATE TABLE msi (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.