Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Biib
@kaggle.rprkh15_sp500_stock_prices.biib

  • 282.95 KB
  • 7763 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Tue Sep 17 1991 00:00:00 GMT+0000 (Coordinated Universal Time)33.2533.12517096400
Wed Sep 18 1991 00:00:00 GMT+0000 (Coordinated Universal Time)3.0416669845581053.20833301544189453.0416669845581053.1251704000
Thu Sep 19 1991 00:00:00 GMT+0000 (Coordinated Universal Time)3.0416669845581053.1666669845581053.0416669845581053.14583301544189451717800
Fri Sep 20 1991 00:00:00 GMT+0000 (Coordinated Universal Time)3.1666669845581053.1666669845581053.08333301544189453.08333301544189452092800
Mon Sep 23 1991 00:00:00 GMT+0000 (Coordinated Universal Time)3.1666669845581053.1666669845581052.95833301544189452.95833301544189451954800
Tue Sep 24 1991 00:00:00 GMT+0000 (Coordinated Universal Time)2.95833301544189453.08333301544189452.958333015441894531826400
Wed Sep 25 1991 00:00:00 GMT+0000 (Coordinated Universal Time)2.95833301544189453.08333301544189452.95833301544189453.041666984558105473400
Thu Sep 26 1991 00:00:00 GMT+0000 (Coordinated Universal Time)3.0416669845581053.253.0416669845581053.166666984558105598800
Fri Sep 27 1991 00:00:00 GMT+0000 (Coordinated Universal Time)3.253.3753.1666669845581053.3333330154418945779400
Mon Sep 30 1991 00:00:00 GMT+0000 (Coordinated Universal Time)3.33333301544189453.33333301544189453.0416669845581053.125594600

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

Share link

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