Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Ogn
@kaggle.artemburenok_sp_500_stock_prices.ogn

  • 23.27 KB
  • 400 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri May 14 2021 00:00:00 GMT+0000 (Coordinated Universal Time)3133.253133.2531.5100040435791342900
Mon May 17 2021 00:00:00 GMT+0000 (Coordinated Universal Time)34353434.09999847412109432.3155250549316431500
Tue May 18 2021 00:00:00 GMT+0000 (Coordinated Universal Time)34.4799995422363338.4210014343261734.4799995422363337.535.5375976562548900
Wed May 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)3737.753737.535.5375976562543900
Thu May 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)37.537.7537.537.7535.7745170593261722900
Fri May 21 2021 00:00:00 GMT+0000 (Coordinated Universal Time)38.538.537.537.5999984741210935.6323661804199218300
Mon May 24 2021 00:00:00 GMT+0000 (Coordinated Universal Time)3838.2537.9000015258789063836.01143646240234430600
Tue May 25 2021 00:00:00 GMT+0000 (Coordinated Universal Time)38.7538.7536.90000152587890636.9500007629394535.01638031005859435800
Wed May 26 2021 00:00:00 GMT+0000 (Coordinated Universal Time)38383636.8300018310546934.9026641845703144400
Thu May 27 2021 00:00:00 GMT+0000 (Coordinated Universal Time)373735.535.533.6422615051269540700

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