Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Orly
@kaggle.artemburenok_sp_500_stock_prices.orly

  • 308.25 KB
  • 7466 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Apr 23 1993 00:00:00 GMT+0000 (Coordinated Universal Time)2.43752.43752.343752.406252.4062516484800
Mon Apr 26 1993 00:00:00 GMT+0000 (Coordinated Universal Time)2.3752.406252.343752.343752.343753334400
Tue Apr 27 1993 00:00:00 GMT+0000 (Coordinated Universal Time)2.3752.3752.281252.31252.31252046400
Wed Apr 28 1993 00:00:00 GMT+0000 (Coordinated Universal Time)2.343752.343752.281252.281252.28125897600
Thu Apr 29 1993 00:00:00 GMT+0000 (Coordinated Universal Time)2.281252.343752.281252.31252.3125844800
Fri Apr 30 1993 00:00:00 GMT+0000 (Coordinated Universal Time)2.343752.406252.31252.343752.343751180800
Mon May 03 1993 00:00:00 GMT+0000 (Coordinated Universal Time)2.406252.406252.31252.343752.34375623200
Tue May 04 1993 00:00:00 GMT+0000 (Coordinated Universal Time)2.3752.406252.31252.3752.375555200
Wed May 05 1993 00:00:00 GMT+0000 (Coordinated Universal Time)2.3752.43752.3752.43752.4375900800
Thu May 06 1993 00:00:00 GMT+0000 (Coordinated Universal Time)2.43752.468752.3752.4531252.453125635200

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