Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Abbv
@kaggle.rprkh15_sp500_stock_prices.abbv

  • 126.27 KB
  • 2398 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed Jan 02 2013 00:00:00 GMT+0000 (Coordinated Universal Time)23.64785777522294623.9729165298505423.0925531596524323.7832984924316413767900
Thu Jan 03 2013 00:00:00 GMT+0000 (Coordinated Universal Time)23.7020350855749523.7020350855749523.1331861401884823.58691215515136716739300
Fri Jan 04 2013 00:00:00 GMT+0000 (Coordinated Universal Time)23.4446982594482423.62754284227554523.1941346088997923.28894233703613321372100
Mon Jan 07 2013 00:00:00 GMT+0000 (Coordinated Universal Time)23.1264150174360524.0067757944576823.1264150174360523.33634567260742517897100
Tue Jan 08 2013 00:00:00 GMT+0000 (Coordinated Universal Time)23.2212232604908623.45824258074164322.5914261143195322.82844543457031217863300
Wed Jan 09 2013 00:00:00 GMT+0000 (Coordinated Universal Time)22.76072058819450622.9909689765451222.76072058819450622.95710945129394518800400
Thu Jan 10 2013 00:00:00 GMT+0000 (Coordinated Universal Time)22.79458901562483723.02483749389648422.57111399503842723.02483749389648415658100
Fri Jan 11 2013 00:00:00 GMT+0000 (Coordinated Universal Time)23.01798071643352723.2304131546611522.85351647166528723.19614791870117111915000.4
Mon Jan 14 2013 00:00:00 GMT+0000 (Coordinated Universal Time)23.3057943870717723.4702586636653423.16188977884677823.3606166839599611584900
Tue Jan 15 2013 00:00:00 GMT+0000 (Coordinated Universal Time)23.10021462739958423.7923317070408823.10021462739958423.7100982666015613040200

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