Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Ben
@kaggle.artemburenok_sp_500_stock_prices.ben

  • 385.87 KB
  • 9888 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Sep 23 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.06716000288724890.06321000307798380.06321000307798380.0319919995963573708750
Mon Sep 26 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.06617300212383270.06321000307798380.06321000307798380.0319919995963573582188
Tue Sep 27 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.07209900021553040.06913600116968150.06913600116968150.03499129042029381088438
Wed Sep 28 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.07111100107431410.06913600116968150.06913600116968150.0349912904202938354375
Thu Sep 29 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.06814800202846520.06518500298261640.06518500298261640.0329915955662727506250
Fri Sep 30 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.06419800221920010.06123499944806090.06123499944806090.0309923961758613961875
Mon Oct 03 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.06419800221920010.06123499944806090.06123499944806090.0309923961758613126563
Tue Oct 04 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.06814800202846520.06419800221920010.06419800221920010.0324920415878295379688
Wed Oct 05 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.06913600116968150.06518500298261640.06518500298261640.0329915955662727303750
Thu Oct 06 1983 00:00:00 GMT+0000 (Coordinated Universal Time)0.07012300193309780.06716000288724890.06716000288724890.0339911691844463607500

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