Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Fang
@kaggle.rprkh15_sp500_stock_prices.fang

  • 127.93 KB
  • 2451 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Fri Oct 12 2012 00:00:00 GMT+0000 (Coordinated Universal Time)16.2079211789050316.62630838122485215.91687011718750215.91687011718756467100
Mon Oct 15 2012 00:00:00 GMT+0000 (Coordinated Universal Time)15.96234500963440816.2170155371254815.91686893516862816.14425277709961633100
Tue Oct 16 2012 00:00:00 GMT+0000 (Coordinated Universal Time)15.9805403233312516.3261648251753415.68948920691611616.180639266967773180300
Wed Oct 17 2012 00:00:00 GMT+0000 (Coordinated Universal Time)16.09877967834472716.4353068551179415.91687187725554916.098779678344727121000
Thu Oct 18 2012 00:00:00 GMT+0000 (Coordinated Universal Time)16.0078257778001416.2534007888301215.93506300432473616.098779678344727146100
Fri Oct 19 2012 00:00:00 GMT+0000 (Coordinated Universal Time)16.11696891727181216.18973169005492715.83501338958740215.835013389587402298100
Mon Oct 22 2012 00:00:00 GMT+0000 (Coordinated Universal Time)15.91687241876548615.92596798260952415.39843742326535115.489391326904297359800
Tue Oct 23 2012 00:00:00 GMT+0000 (Coordinated Universal Time)15.3256725259352415.7349624334544615.23471863488613215.580341339111328166100
Wed Oct 24 2012 00:00:00 GMT+0000 (Coordinated Universal Time)15.38934098444560815.88958482381582715.38934098444560815.816822052001951158200
Thu Oct 25 2012 00:00:00 GMT+0000 (Coordinated Universal Time)16.35344907447071316.35344907447071314.77995296028223615.489391326904297206900

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