Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Aal
@kaggle.rprkh15_sp500_stock_prices.aal

  • 213.24 KB
  • 4226 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Sep 27 2005 00:00:00 GMT+0000 (Coordinated Universal Time)19.84470557770397620.17466542445410518.00636094261584618.194908142089844961200
Wed Sep 28 2005 00:00:00 GMT+0000 (Coordinated Universal Time)18.19490818577469319.3544814670312918.10063548487960419.326198577880865747900
Thu Sep 29 2005 00:00:00 GMT+0000 (Coordinated Universal Time)19.23192826155108319.40162203708691618.9491065010826319.0528068542480471078200
Fri Sep 30 2005 00:00:00 GMT+0000 (Coordinated Universal Time)19.09994307883830819.8447079316561219.0245238304752819.806999206542973123300
Mon Oct 03 2005 00:00:00 GMT+0000 (Coordinated Universal Time)19.7032966299910120.5046272499616819.7032966299910120.268941879272461057900
Tue Oct 04 2005 00:00:00 GMT+0000 (Coordinated Universal Time)20.21237819775886321.211683681031420.21237819775886320.8911514282226561768800
Wed Oct 05 2005 00:00:00 GMT+0000 (Coordinated Universal Time)20.8345852114649821.03256004152171220.50462536323391720.92885971069336904300
Thu Oct 06 2005 00:00:00 GMT+0000 (Coordinated Universal Time)21.3059570060488921.68305322423434221.11740799788786321.287101745605471614200
Fri Oct 07 2005 00:00:00 GMT+0000 (Coordinated Universal Time)20.97599599551501721.3059558427122220.5517616493848320.88172149658203753400
Mon Oct 10 2005 00:00:00 GMT+0000 (Coordinated Universal Time)21.0042715832505921.0136992096803620.83457790378646420.938278198242188538700

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