Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Rcl
@kaggle.artemburenok_sp_500_stock_prices.rcl

  • 307.93 KB
  • 7463 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Apr 28 1993 00:00:00 GMT+0000 (Coordinated Universal Time)9.1259.37599.1255.8651823997497567821000
Thu Apr 29 1993 00:00:00 GMT+0000 (Coordinated Universal Time)9.1259.31259.1259.31255.985699176788332118800
Fri Apr 30 1993 00:00:00 GMT+0000 (Coordinated Universal Time)9.3759.3759.1259.18755.905355930328369536800
Mon May 03 1993 00:00:00 GMT+0000 (Coordinated Universal Time)9.1259.18759.06259.18755.905355930328369509600
Tue May 04 1993 00:00:00 GMT+0000 (Coordinated Universal Time)9.18759.18758.93759.06255.825010776519775787400
Wed May 05 1993 00:00:00 GMT+0000 (Coordinated Universal Time)99.06258.8758.8755.70449161529541747200
Thu May 06 1993 00:00:00 GMT+0000 (Coordinated Universal Time)8.937598.81258.81255.664317607879639392800
Fri May 07 1993 00:00:00 GMT+0000 (Coordinated Universal Time)8.8758.93758.81258.8755.70449161529541180000
Mon May 10 1993 00:00:00 GMT+0000 (Coordinated Universal Time)8.93759.06258.8758.8755.70449161529541269600
Tue May 11 1993 00:00:00 GMT+0000 (Coordinated Universal Time)8.93758.93758.8758.93755.744664669036865109400

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