Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Ogn
@kaggle.rprkh15_sp500_stock_prices.ogn

  • 19.84 KB
  • 292 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri May 14 2021 00:00:00 GMT+0000 (Coordinated Universal Time)29.99173661999236632.16855621337890629.99173661999236632.168556213378906342900
Mon May 17 2021 00:00:00 GMT+0000 (Coordinated Universal Time)32.8941635129224333.8616389103613332.8941635129224332.99090957641601631500
Tue May 18 2021 00:00:00 GMT+0000 (Coordinated Universal Time)33.3585507452759637.17137305820748633.3585507452759636.2803268432617248900
Wed May 19 2021 00:00:00 GMT+0000 (Coordinated Universal Time)35.7965891520182336.5221956888834635.7965891520182336.2803268432617243900
Thu May 20 2021 00:00:00 GMT+0000 (Coordinated Universal Time)36.2803250748590136.52219390869140636.2803250748590136.52219390869140622900
Fri May 21 2021 00:00:00 GMT+0000 (Coordinated Universal Time)37.2478006646095737.2478006646095736.2803253226716736.37707138061523418300
Mon May 24 2021 00:00:00 GMT+0000 (Coordinated Universal Time)36.7640647888183637.0059336361132236.66731872615070436.7640647888183630600
Tue May 25 2021 00:00:00 GMT+0000 (Coordinated Universal Time)37.4896736043912337.4896736043912335.69984550210937635.7482185363769535800
Wed May 26 2021 00:00:00 GMT+0000 (Coordinated Universal Time)36.7640625912761836.7640625912761834.8291119285774335.63211822509765644400
Thu May 27 2021 00:00:00 GMT+0000 (Coordinated Universal Time)35.7965880917831235.7965880917831234.3453750610351634.3453750610351640700

CREATE TABLE ogn (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT,
  "dividends" DOUBLE,
  "stock_splits" BIGINT
);

Share link

Anyone who has the link will be able to view this.