Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Maa
@kaggle.artemburenok_sp_500_stock_prices.maa

  • 284.48 KB
  • 7271 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Jan 28 1994 00:00:00 GMT+0000 (Coordinated Universal Time)2122.520.7521.6254.155308723449707719200
Mon Jan 31 1994 00:00:00 GMT+0000 (Coordinated Universal Time)21.521.62521.12521.3754.10727119445800886900
Tue Feb 01 1994 00:00:00 GMT+0000 (Coordinated Universal Time)21.2521.37521.12521.254.08325147628784256900
Wed Feb 02 1994 00:00:00 GMT+0000 (Coordinated Universal Time)21.2521.521.2521.254.08325147628784243600
Thu Feb 03 1994 00:00:00 GMT+0000 (Coordinated Universal Time)21.2521.521.2521.54.13129234313964842900
Fri Feb 04 1994 00:00:00 GMT+0000 (Coordinated Universal Time)21.2521.521.12521.1254.0592331886291556500
Mon Feb 07 1994 00:00:00 GMT+0000 (Coordinated Universal Time)21.12521.521.12521.3754.10727119445800840900
Tue Feb 08 1994 00:00:00 GMT+0000 (Coordinated Universal Time)21.522.2521.5224.227366924285889205400
Wed Feb 09 1994 00:00:00 GMT+0000 (Coordinated Universal Time)22.12522.7522.12522.254.27540445327758876900
Thu Feb 10 1994 00:00:00 GMT+0000 (Coordinated Universal Time)22.252322.25234.41951894760131842500

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