Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Amp
@kaggle.artemburenok_sp_500_stock_prices.amp

  • 209.94 KB
  • 4342 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Sep 15 2005 00:00:00 GMT+0000 (Coordinated Universal Time)38.0200004577636738.099998474121093737.009998321533225.856641769409181529800
Fri Sep 16 2005 00:00:00 GMT+0000 (Coordinated Universal Time)373736.5999984741210936.5999984741210925.5701980590820362400
Mon Sep 19 2005 00:00:00 GMT+0000 (Coordinated Universal Time)36.5999984741210936.7000007629394536.4500007629394536.7000007629394525.6400604248046881162300
Tue Sep 20 2005 00:00:00 GMT+0000 (Coordinated Universal Time)36.599998474121093736.5999984741210936.7000007629394525.640060424804688654900
Wed Sep 21 2005 00:00:00 GMT+0000 (Coordinated Universal Time)36.5999984741210936.599998474121093636.40000152587890625.43047332763672424300
Thu Sep 22 2005 00:00:00 GMT+0000 (Coordinated Universal Time)36.40000152587890637.2000007629394536.40000152587890637.2000007629394525.989389419555664864800
Fri Sep 23 2005 00:00:00 GMT+0000 (Coordinated Universal Time)37.2000007629394538.0999984741210937.2000007629394537.6800003051757826.324735641479491249900
Mon Sep 26 2005 00:00:00 GMT+0000 (Coordinated Universal Time)37.7538.15000152587890637.7537.7526.373640060424805821400
Tue Sep 27 2005 00:00:00 GMT+0000 (Coordinated Universal Time)37.7537.90000152587890637.1399993896484437.2526.0243091583251951514000
Wed Sep 28 2005 00:00:00 GMT+0000 (Coordinated Universal Time)37.240001678466837.40000152587890636.799999237060553725.84966278076172875700

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