Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Blk
@kaggle.artemburenok_sp_500_stock_prices.blk

  • 276.5 KB
  • 5839 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Oct 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)1414.251414.1259.0869588851928733162400
Mon Oct 04 1999 00:00:00 GMT+0000 (Coordinated Universal Time)14.12514.12514149.006546974182129533400
Tue Oct 05 1999 00:00:00 GMT+0000 (Coordinated Universal Time)1414.1251414.1259.086958885192873270600
Wed Oct 06 1999 00:00:00 GMT+0000 (Coordinated Universal Time)14.12514.87514.12514.8759.569457054138184205400
Thu Oct 07 1999 00:00:00 GMT+0000 (Coordinated Universal Time)14.87514.87514.062514.1259.086958885192873214200
Fri Oct 08 1999 00:00:00 GMT+0000 (Coordinated Universal Time)14.187514.187514.062514.06259.046752929687565600
Mon Oct 11 1999 00:00:00 GMT+0000 (Coordinated Universal Time)14.062514.1251414.06259.046752929687577500
Tue Oct 12 1999 00:00:00 GMT+0000 (Coordinated Universal Time)14.062514.1251414.1259.08695888519287349200
Wed Oct 13 1999 00:00:00 GMT+0000 (Coordinated Universal Time)14.12514.3751414.06259.046752929687549900
Thu Oct 14 1999 00:00:00 GMT+0000 (Coordinated Universal Time)1414.062513.2513.6258.765297889709473430900

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