Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Epam
@kaggle.rprkh15_sp500_stock_prices.epam

  • 112.73 KB
  • 2623 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed Feb 08 2012 00:00:00 GMT+0000 (Coordinated Universal Time)13.7515.05000019073486313.25143336200
Thu Feb 09 2012 00:00:00 GMT+0000 (Coordinated Universal Time)14.17000007629394414.22000026702880913.7513.90999984741211580500
Fri Feb 10 2012 00:00:00 GMT+0000 (Coordinated Universal Time)1414.02999973297119113.77000045776367213.960000038146973336300
Mon Feb 13 2012 00:00:00 GMT+0000 (Coordinated Universal Time)13.9099998474121114.42000007629394413.63000011444091813.649999618530272175900
Tue Feb 14 2012 00:00:00 GMT+0000 (Coordinated Universal Time)13.60000038146972813.78999996185302713.30000019073486313.4399995803833122200
Wed Feb 15 2012 00:00:00 GMT+0000 (Coordinated Universal Time)13.514.0699996948242213.30000019073486313.399999618530272175000
Thu Feb 16 2012 00:00:00 GMT+0000 (Coordinated Universal Time)13.39999961853027213.69999980926513713.39999961853027213.53999996185302771200
Fri Feb 17 2012 00:00:00 GMT+0000 (Coordinated Universal Time)13.60999965667724613.98999977111816413.513.579999923706056142800
Tue Feb 21 2012 00:00:00 GMT+0000 (Coordinated Universal Time)13.60999965667724614.3400001525878913.560000419616713.710000038146973248700
Wed Feb 22 2012 00:00:00 GMT+0000 (Coordinated Universal Time)13.98999977111816414.22000026702880913.7513.960000038146973274900

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

Share link

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