Baselight

S&P500 Stock Prices

Historical stock price data of all S&P500 companies

@kaggle.rprkh15_sp500_stock_prices

Awk
@kaggle.rprkh15_sp500_stock_prices.awk

  • 181.35 KB
  • 3580 rows
  • 8 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

dividends

Dividends

stock_splits

Stock Splits

Wed Apr 23 2008 00:00:00 GMT+0000 (Coordinated Universal Time)14.47876167297363315.07618656216476614.21167697400124814.47876167297363323402800
Thu Apr 24 2008 00:00:00 GMT+0000 (Coordinated Universal Time)14.56310025958744914.75989940087620614.27493090234090714.6263570785522464960900
Fri Apr 25 2008 00:00:00 GMT+0000 (Coordinated Universal Time)14.75990098184757214.9356140887743314.5490457897693114.8793859481811521956800
Mon Apr 28 2008 00:00:00 GMT+0000 (Coordinated Universal Time)15.10430443253391515.10430443253391514.62636437981252314.759906768798828709400
Tue Apr 29 2008 00:00:00 GMT+0000 (Coordinated Universal Time)15.03401851803681115.03401851803681114.63339270168406614.80910587310791859700
Wed Apr 30 2008 00:00:00 GMT+0000 (Coordinated Universal Time)14.8161312336493814.90047412684980414.70367493643868614.865330696105955893300
Thu May 01 2008 00:00:00 GMT+0000 (Coordinated Universal Time)14.91453123848648615.46275673252286414.75990415377182415.3994998931884772999000
Fri May 02 2008 00:00:00 GMT+0000 (Coordinated Universal Time)15.575211390503715.575211390503715.10430015892485815.4697837829589841639400
Mon May 05 2008 00:00:00 GMT+0000 (Coordinated Universal Time)15.77904092919479215.77904092919479215.1535012225086315.399499893188477579000
Tue May 06 2008 00:00:00 GMT+0000 (Coordinated Universal Time)15.32218318596552515.36435529904576215.01995775239859815.1464700698852541040200

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