Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Wrb
@kaggle.artemburenok_sp_500_stock_prices.wrb

  • 417.65 KB
  • 12395 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Oct 23 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.25036799907684320.23085899651050560.23085899651050560.139460802078247407500
Wed Oct 24 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.23085899651050560.22435599565505980.22435599565505980.135532408952713457476
Thu Oct 25 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.22760799527168270.2146009951829910.2146009951829910.1296394616365432353679
Fri Oct 26 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.21785299479961390.20484699308872220.20484699308872220.1237471178174018253726
Mon Oct 29 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.20809799432754510.19509199261665340.19509199261665340.1178541779518127472853
Tue Oct 30 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.18858900666236870.17233100533485410.17233100533485410.1041042879223823307547
Wed Oct 31 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.20159499347209930.18858900666236870.18858900666236870.1139257177710533434410
Thu Nov 01 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.20159499347209930.18858900666236870.18858900666236870.1139257177710533126863
Fri Nov 02 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.20809799432754510.19509199261665340.19509199261665340.1178541779518127319080
Mon Nov 05 1973 00:00:00 GMT+0000 (Coordinated Universal Time)0.19834400713443750.18208600580692290.18208600580692290.10999730974435880731

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