Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Goog
@kaggle.rprkh15_sp500_stock_prices.goog

  • 203 KB
  • 4505 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Thu Aug 19 2004 00:00:00 GMT+0000 (Coordinated Universal Time)49.81328964233398451.8357086181640647.8008308410644549.982654571533244871361
Fri Aug 20 2004 00:00:00 GMT+0000 (Coordinated Universal Time)50.31640243530273454.33633422851562550.0623550415039153.952770233154322942874
Mon Aug 23 2004 00:00:00 GMT+0000 (Coordinated Universal Time)55.16821670532226656.5281181335449254.32138824462890654.4957351684570318342897
Tue Aug 24 2004 00:00:00 GMT+0000 (Coordinated Universal Time)55.4123001098632855.5916290283203151.5916213989257852.2391967773437515319808
Wed Aug 25 2004 00:00:00 GMT+0000 (Coordinated Universal Time)52.28402709960937553.798351287841851.7460441589355552.802085876464859232276
Thu Aug 26 2004 00:00:00 GMT+0000 (Coordinated Universal Time)52.2790451049804753.7734451293945352.1345863342285253.7535171508789067128620
Fri Aug 27 2004 00:00:00 GMT+0000 (Coordinated Universal Time)53.8481636047363354.1071929931640652.6476631164550852.876804351806646241307
Mon Aug 30 2004 00:00:00 GMT+0000 (Coordinated Universal Time)52.4434280395507852.54803848266601650.8145332336425850.814533233642585221498
Tue Aug 31 2004 00:00:00 GMT+0000 (Coordinated Universal Time)50.9589920043945351.6613616943359450.8892555236816450.993862152099614941252
Wed Sep 01 2004 00:00:00 GMT+0000 (Coordinated Universal Time)51.1582450866699251.2927436828613349.64890289306640649.937820434570319181687

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