Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Wynn
@kaggle.artemburenok_sp_500_stock_prices.wynn

  • 245.11 KB
  • 5069 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Oct 25 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1313.14999961853027212.85000038146972813.0100002288818367.17937088012695313965800
Mon Oct 28 2002 00:00:00 GMT+0000 (Coordinated Universal Time)13.01000022888183613.05000019073486312.96000003814697313.0100002288818367.1793708801269535505900
Tue Oct 29 2002 00:00:00 GMT+0000 (Coordinated Universal Time)1313.01000022888183612.03999996185302712.6400003433227546.9751949310302732235800
Wed Oct 30 2002 00:00:00 GMT+0000 (Coordinated Universal Time)12.60999965667724612.61999988555908212.13000011444091812.56.897938251495361905800
Thu Oct 31 2002 00:00:00 GMT+0000 (Coordinated Universal Time)12.560000419616713.02000045776367212.512.6099996566772466.958641052246094298900
Fri Nov 01 2002 00:00:00 GMT+0000 (Coordinated Universal Time)12.5900001525878912.69999980926513712.5699996948242212.6099996566772466.958641052246094268800
Mon Nov 04 2002 00:00:00 GMT+0000 (Coordinated Universal Time)12.6599998474121112.94999980926513712.64999961853027212.909999847412117.1241898536682131307600
Tue Nov 05 2002 00:00:00 GMT+0000 (Coordinated Universal Time)12.9099998474121113.23999977111816412.89000034332275413.0200004577636727.1848912239074712384700
Wed Nov 06 2002 00:00:00 GMT+0000 (Coordinated Universal Time)13.02999973297119113.19999980926513713137.173852920532227204300
Thu Nov 07 2002 00:00:00 GMT+0000 (Coordinated Universal Time)13.07999992370605613.1599998474121112.35999965667724613.0500001907348637.201443195343018724200

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