Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Glw
@kaggle.artemburenok_sp_500_stock_prices.glw

  • 366.49 KB
  • 10326 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Dec 31 1981 00:00:00 GMT+0000 (Coordinated Universal Time)2.15885400772094772.1666669845581052.1510419845581052.16145801544189450.8359150290489197674400
Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.1718752.18752.1510419845581052.1666669845581050.8379296064376831914400
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.1510419845581052.16145801544189452.1406252.1510419845581050.831886351108551876000
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.1252.1406252.1041669845581052.1093750.8157727122306824770400
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.06252.093752.0260419845581052.031250.78555876016616821250400
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.08333301544189452.1252.03645801544189452.1041669845581050.8137587904930115902400
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.093752.1252.0572919845581052.06250.7976446747779846835200
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.03645801544189452.0572919845581052.0104169845581052.0572919845581050.7956303954124451506400
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)2.03645801544189452.05208301544189452.02083301544189452.0260419845581050.78354477882385251408800
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)1.99479198455810522.0260419845581051.95833301544189431.97395801544189430.7634018063545227830400

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