Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Etsy
@kaggle.artemburenok_sp_500_stock_prices.etsy

  • 96.01 KB
  • 1931 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Apr 16 2015 00:00:00 GMT+0000 (Coordinated Universal Time)3135.740001678466828.21999931335449303019763300
Fri Apr 17 2015 00:00:00 GMT+0000 (Coordinated Universal Time)29.77000045776367230.29999923706054726.5100002288818427.5799999237060527.579999923706053965500
Mon Apr 20 2015 00:00:00 GMT+0000 (Coordinated Universal Time)28.77000045776367228.89999961853027724.870000839233424.89999961853027724.8999996185302773076200
Tue Apr 21 2015 00:00:00 GMT+0000 (Coordinated Universal Time)24.9699993133544926.04000091552734424.55999946594238325.7525.752184700
Wed Apr 22 2015 00:00:00 GMT+0000 (Coordinated Universal Time)2626.23999977111816424.95000076293945325.120000839233425.12000083923341442500
Thu Apr 23 2015 00:00:00 GMT+0000 (Coordinated Universal Time)24.9300003051757825.73999977111816424.0799999237060525.620000839233425.62000083923341298100
Fri Apr 24 2015 00:00:00 GMT+0000 (Coordinated Universal Time)25.54999923706054725.7000007629394532525.5799999237060525.57999992370605532800
Mon Apr 27 2015 00:00:00 GMT+0000 (Coordinated Universal Time)25.70000076293945326.4699993133544925.20999908447265625.89999961853027725.899999618530277731300
Tue Apr 28 2015 00:00:00 GMT+0000 (Coordinated Universal Time)25.7525.89999961853027724.1800003051757824.48999977111816424.489999771118164954100
Wed Apr 29 2015 00:00:00 GMT+0000 (Coordinated Universal Time)24.48999977111816424.968999862670922.3199996948242222.42000007629394522.4200000762939451674500

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