Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Zts
@kaggle.rprkh15_sp500_stock_prices.zts

  • 124.2 KB
  • 2377 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Feb 01 2013 00:00:00 GMT+0000 (Coordinated Universal Time)29.52705667199588629.7520245082838928.56156814352678829.06774711608886766789100
Mon Feb 04 2013 00:00:00 GMT+0000 (Coordinated Universal Time)29.1427275734460829.9863571511336128.8333966686978229.0771121978759777695400
Tue Feb 05 2013 00:00:00 GMT+0000 (Coordinated Universal Time)29.29271141213845629.9769887216335628.9177650636401329.095865249633795013200
Wed Feb 06 2013 00:00:00 GMT+0000 (Coordinated Universal Time)29.0396155084739729.4614311743026928.82402162944366429.0864849090576172126100
Thu Feb 07 2013 00:00:00 GMT+0000 (Coordinated Universal Time)29.0583647489547730.68000854617502829.0583647489547729.995731353759773800800
Fri Feb 08 2013 00:00:00 GMT+0000 (Coordinated Universal Time)30.2863233915499131.3830408600143730.2769477208718930.979972839355472599300
Mon Feb 11 2013 00:00:00 GMT+0000 (Coordinated Universal Time)30.9893483443461531.40178845770726630.8206220307505531.176818847656251487200
Tue Feb 12 2013 00:00:00 GMT+0000 (Coordinated Universal Time)31.30804049172034531.8704589247913431.07369888197923731.6267452239990231637300
Wed Feb 13 2013 00:00:00 GMT+0000 (Coordinated Universal Time)31.6829901008058331.6829901008058330.9330975422092631.448648452758791269700
Thu Feb 14 2013 00:00:00 GMT+0000 (Coordinated Universal Time)31.2986783937600831.3549216917579230.71751195086544731.186195373535162954500

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