Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Wynn
@kaggle.rprkh15_sp500_stock_prices.wynn

  • 254.55 KB
  • 4961 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Oct 25 2002 00:00:00 GMT+0000 (Coordinated Universal Time)7.1738524058175177.2566274153763717.0910773962586627.17937088012695313965800
Mon Oct 28 2002 00:00:00 GMT+0000 (Coordinated Universal Time)7.1793708801269537.2014442510940277.1517790348504437.1793708801269535505900
Tue Oct 29 2002 00:00:00 GMT+0000 (Coordinated Universal Time)7.173853880047247.1793723554907266.6440923417006126.9751935005187992235800
Wed Oct 30 2002 00:00:00 GMT+0000 (Coordinated Universal Time)6.9586360703844916.9641545442388826.6937556406213486.897934436798096905800
Thu Oct 31 2002 00:00:00 GMT+0000 (Coordinated Universal Time)6.9310449662973287.18488898241022246.8979346484257986.958636283874512298900
Fri Nov 01 2002 00:00:00 GMT+0000 (Coordinated Universal Time)6.9475998620977687.0083014975464816.9365629140503746.958636283874512268800
Mon Nov 04 2002 00:00:00 GMT+0000 (Coordinated Universal Time)6.9862315695698817.1462637112042136.9807130928274437.1241903305053711307600
Tue Nov 05 2002 00:00:00 GMT+0000 (Coordinated Universal Time)7.1241885704420657.306294047785257.1131521459546987.18489074707031252384700
Wed Nov 06 2002 00:00:00 GMT+0000 (Coordinated Universal Time)7.1904082963151967.2842202674593797.1738533973693857.173853397369385204300
Thu Nov 07 2002 00:00:00 GMT+0000 (Coordinated Universal Time)7.218000479240297.26214722931808956.8206792022693217.201445579528809724200

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