Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Dxcm
@kaggle.artemburenok_sp_500_stock_prices.dxcm

  • 197.09 KB
  • 4449 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Apr 14 2005 00:00:00 GMT+0000 (Coordinated Universal Time)3.01999998092651373.0499999523162842.7025001049041752.9349999427795412.9349999427795417594000
Fri Apr 15 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2.91249990463256842.9249999523162842.5574998855590822.56252.56251129200
Mon Apr 18 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2.6252.70499992370605472.59999990463256842.6252.625213600
Tue Apr 19 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2.752.752.6400001049041752.64499998092651372.6449999809265137549600
Wed Apr 20 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2.6375000476837162.6749999523162842.6252.6500000953674322.65000009536743234400
Thu Apr 21 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2.6500000953674322.6575000286102292.6252.6252.625136000
Fri Apr 22 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2.6900000572204592.7425000667572022.6252.6300001144409182.63000011444091892400
Mon Apr 25 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2.6649999618530282.68752.6275000572204592.6375000476837162.637500047683716277200
Tue Apr 26 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2.6275000572204592.66249990463256842.6252.6252.625132800
Wed Apr 27 2005 00:00:00 GMT+0000 (Coordinated Universal Time)2.6252.6349999904632572.40249991416931152.4474999904632572.447499990463257272000

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