Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Mgm
@kaggle.rprkh15_sp500_stock_prices.mgm

  • 379.3 KB
  • 8617 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Mon May 02 1988 00:00:00 GMT+0000 (Coordinated Universal Time)2.8180529854514382.5832152366638182.5832152366638184800
Tue May 03 1988 00:00:00 GMT+0000 (Coordinated Universal Time)2.9354718598452482.5832152366638182.5832152366638184400
Wed May 04 1988 00:00:00 GMT+0000 (Coordinated Universal Time)2.9354718598452482.5832152366638182.58321523666381842800
Thu May 05 1988 00:00:00 GMT+0000 (Coordinated Universal Time)2.5832152366638182.5832152366638182.5832152366638182.5832152366638184
Fri May 06 1988 00:00:00 GMT+0000 (Coordinated Universal Time)2.9354718598452482.5832152366638182.5832152366638184800
Mon May 09 1988 00:00:00 GMT+0000 (Coordinated Universal Time)2.9354718598452482.5832152366638182.5832152366638184400
Tue May 10 1988 00:00:00 GMT+0000 (Coordinated Universal Time)2.9354718598452482.5832152366638182.5832152366638184
Wed May 11 1988 00:00:00 GMT+0000 (Coordinated Universal Time)2.9354718598452482.5832152366638182.58321523666381842000
Thu May 12 1988 00:00:00 GMT+0000 (Coordinated Universal Time)2.8180529854514382.5832152366638182.5832152366638184
Fri May 13 1988 00:00:00 GMT+0000 (Coordinated Universal Time)2.5832152366638182.5832152366638182.5832152366638182.5832152366638184

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