Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Fang
@kaggle.artemburenok_sp_500_stock_prices.fang

  • 127.69 KB
  • 2559 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Oct 12 2012 00:00:00 GMT+0000 (Coordinated Universal Time)17.8199996948242218.28000068664550817.517.515.3417882919311526467100
Mon Oct 15 2012 00:00:00 GMT+0000 (Coordinated Universal Time)17.54999923706054717.82999992370605517.517.7515.560956001281738633100
Tue Oct 16 2012 00:00:00 GMT+0000 (Coordinated Universal Time)17.5699996948242217.95000076293945317.2517.79000091552734415.596024513244627180300
Wed Oct 17 2012 00:00:00 GMT+0000 (Coordinated Universal Time)17.70000076293945318.0699996948242217.517.70000076293945315.517120361328123121000
Thu Oct 18 2012 00:00:00 GMT+0000 (Coordinated Universal Time)17.60000038146972717.870000839233417.52000045776367217.70000076293945315.517120361328123146100
Fri Oct 19 2012 00:00:00 GMT+0000 (Coordinated Universal Time)17.71999931335449217.79999923706054717.4099998474121117.4099998474121115.262887001037598298100
Mon Oct 22 2012 00:00:00 GMT+0000 (Coordinated Universal Time)17.517.51000022888183616.9300003051757817.03000068664550814.9297513961792359800
Tue Oct 23 2012 00:00:00 GMT+0000 (Coordinated Universal Time)16.85000038146972717.29999923706054716.7517.129999160766615.017419815063477166100
Wed Oct 24 2012 00:00:00 GMT+0000 (Coordinated Universal Time)16.92000007629394517.46999931335449216.92000007629394517.38999938964843815.245353698730469158200
Thu Oct 25 2012 00:00:00 GMT+0000 (Coordinated Universal Time)17.97999954223632817.97999954223632816.2517.03000068664550814.9297513961792206900

CREATE TABLE fang (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

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