Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Aep
@kaggle.rprkh15_sp500_stock_prices.aep

  • 631.43 KB
  • 15236 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.05191044425269521.02757799625396731.02757799625396735800
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.0406795009209291.02009051798904051.025705695152282710200
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.0275773465633391.0107318162918091.0107318162918098800
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.0069897700891350.9770421189340680.98827248811721811400
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.99388673969807520.95832393733599720.980784654617309617200
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.98265658777493680.96955449993793760.9732979536056528800
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.9882724881172180.9770421189340680.9882724881172187400
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.98827185440787320.97704149242596560.986400127410888815400
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.00137388706207280.98827179882013921.00137388706207287800
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.99575940090598480.9882724881172180.98827248811721811000

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

Share link

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