Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Mlm
@kaggle.artemburenok_sp_500_stock_prices.mlm

  • 310.75 KB
  • 7257 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Feb 17 1994 00:00:00 GMT+0000 (Coordinated Universal Time)25.525.87524.524.62516.5997352600097664478600
Fri Feb 18 1994 00:00:00 GMT+0000 (Coordinated Universal Time)24.752524.2524.62516.599735260009766777900
Tue Feb 22 1994 00:00:00 GMT+0000 (Coordinated Universal Time)24.2524.52424.37516.43120765686035361900
Wed Feb 23 1994 00:00:00 GMT+0000 (Coordinated Universal Time)24.37524.523.2523.2515.672844886779783284500
Thu Feb 24 1994 00:00:00 GMT+0000 (Coordinated Universal Time)23.12523.2522.752315.504321098327637494600
Fri Feb 25 1994 00:00:00 GMT+0000 (Coordinated Universal Time)2323.8752323.7516.009899139404297102000
Mon Feb 28 1994 00:00:00 GMT+0000 (Coordinated Universal Time)23.8752423.7523.87516.09415626525879115200
Tue Mar 01 1994 00:00:00 GMT+0000 (Coordinated Universal Time)23.752423.12523.2515.672844886779783246600
Wed Mar 02 1994 00:00:00 GMT+0000 (Coordinated Universal Time)22.7522.87522.62522.7515.33579444885254355900
Thu Mar 03 1994 00:00:00 GMT+0000 (Coordinated Universal Time)22.752322.7522.87515.42005348205566451500

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

Share link

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