Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Ce
@kaggle.artemburenok_sp_500_stock_prices.ce

  • 212.1 KB
  • 4506 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Jan 21 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1616.20000076293945315.51612.58537101745605622145000
Mon Jan 24 2005 00:00:00 GMT+0000 (Coordinated Universal Time)16.04999923706054716.079999923706055161612.5853710174560563509900
Tue Jan 25 2005 00:00:00 GMT+0000 (Coordinated Universal Time)1616.01000022888183615.515.64999961853027212.3100662231445312995500
Wed Jan 26 2005 00:00:00 GMT+0000 (Coordinated Universal Time)15.55000019073486315.63000011444091815.515.5900001525878912.26287555694581467500
Thu Jan 27 2005 00:00:00 GMT+0000 (Coordinated Universal Time)15.5900001525878915.85000038146972815.10000038146972815.77999973297119112.412327766418455858000
Fri Jan 28 2005 00:00:00 GMT+0000 (Coordinated Universal Time)15.80000019073486316.02000045776367215.7799997329711911612.585371017456056697300
Mon Jan 31 2005 00:00:00 GMT+0000 (Coordinated Universal Time)16.04999923706054716.26000022888183616.02000045776367216.129999160766612.6876287460327171641900
Tue Feb 01 2005 00:00:00 GMT+0000 (Coordinated Universal Time)16.129999160766616.2800006866455081616.20000076293945312.74268913269043838100
Wed Feb 02 2005 00:00:00 GMT+0000 (Coordinated Universal Time)16.20000076293945316.3400001525878916.1599998474121116.20000076293945312.74268913269043759200
Thu Feb 03 2005 00:00:00 GMT+0000 (Coordinated Universal Time)16.20999908447265616.20999908447265615.98999977111816416.01000022888183612.593238830566406729500

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