Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

K
@kaggle.rprkh15_sp500_stock_prices.k

  • 529.41 KB
  • 12457 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed Feb 21 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.62958270414122220.62420165538787840.6242016553878784140800
Thu Feb 22 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.62958264350891110.62420159527379230.6295826435089111128000
Fri Feb 23 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.62958270733335380.6080585122108460.608058512210846104000
Mon Feb 26 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.61392583181192210.60305988788604740.60305988788604741088000.016875
Tue Feb 27 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.62207624432067320.60306065253837680.61121028661727994400
Wed Feb 28 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.62479229088415180.61664299202172850.619359314441680943200
Thu Mar 01 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.63565790653228760.61935898585197260.6356579065322876147200
Fri Mar 02 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.63565816415892140.62479221263483730.6329418420791626142400
Mon Mar 05 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.63565809716438430.62750880018147030.630225121974945127200
Tue Mar 06 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.63294177537090950.62750880018147030.6302251219749451116800

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