Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Gs
@kaggle.artemburenok_sp_500_stock_prices.gs

  • 283.46 KB
  • 5944 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue May 04 1999 00:00:00 GMT+0000 (Coordinated Universal Time)7677.257070.37552.5071067810058622320900
Wed May 05 1999 00:00:00 GMT+0000 (Coordinated Universal Time)69.87569.87566.2569.12551.574470520019537565700
Thu May 06 1999 00:00:00 GMT+0000 (Coordinated Universal Time)6869.37567.062567.937550.6884536743164062905700
Fri May 07 1999 00:00:00 GMT+0000 (Coordinated Universal Time)67.937574.87566.7574.12555.304981231689454862300
Mon May 10 1999 00:00:00 GMT+0000 (Coordinated Universal Time)73.37573.570.2570.687552.74024581909182589400
Tue May 11 1999 00:00:00 GMT+0000 (Coordinated Universal Time)7071.187569.570.62552.693630218505861839800
Wed May 12 1999 00:00:00 GMT+0000 (Coordinated Universal Time)7174.87569.12573.554.838665008544922659300
Thu May 13 1999 00:00:00 GMT+0000 (Coordinated Universal Time)73.2575.2572.573.187554.605510711669921142900
Fri May 14 1999 00:00:00 GMT+0000 (Coordinated Universal Time)71.2572.2569.062570.187552.367195129394532058400
Mon May 17 1999 00:00:00 GMT+0000 (Coordinated Universal Time)69.12570.256868.62551.201412200927732075000

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