Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Maa
@kaggle.rprkh15_sp500_stock_prices.maa

  • 332.19 KB
  • 7163 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Jan 28 1994 00:00:00 GMT+0000 (Coordinated Universal Time)4.1006326840792084.3935350186562954.0518156283163614.222675323486328719200
Mon Jan 31 1994 00:00:00 GMT+0000 (Coordinated Universal Time)4.19826525414896254.2226737730684344.1250396973905514.17385673522949286900
Tue Feb 01 1994 00:00:00 GMT+0000 (Coordinated Universal Time)4.1494483947753914.1738569147446584.1250398748061244.14944839477539156900
Wed Feb 02 1994 00:00:00 GMT+0000 (Coordinated Universal Time)4.1494483947753914.19826543471392454.1494483947753914.14944839477539143600
Thu Feb 03 1994 00:00:00 GMT+0000 (Coordinated Universal Time)4.1494489825049114.198266029357914.1494489825049114.1982660293579142900
Fri Feb 04 1994 00:00:00 GMT+0000 (Coordinated Universal Time)4.1494480956940964.19826513211402654.1250395774841314.12503957748413156500
Mon Feb 07 1994 00:00:00 GMT+0000 (Coordinated Universal Time)4.1250396973905514.19826525414896254.1250396973905514.17385673522949240900
Tue Feb 08 1994 00:00:00 GMT+0000 (Coordinated Universal Time)4.1982657801021244.3447169119661514.1982657801021244.295899868011475205400
Wed Feb 09 1994 00:00:00 GMT+0000 (Coordinated Universal Time)4.3203061323487354.4423486784602824.3203061323487354.34471464157104576900
Thu Feb 10 1994 00:00:00 GMT+0000 (Coordinated Universal Time)4.344718274862874.4911694526672364.344718274862874.49116945266723642500

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