Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Ldos
@kaggle.artemburenok_sp_500_stock_prices.ldos

  • 173.68 KB
  • 4068 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Oct 17 2006 00:00:00 GMT+0000 (Coordinated Universal Time)44.6172828674316444.6419754028320343.6049385070800844.3703689575195323.287292480468751741338
Wed Oct 18 2006 00:00:00 GMT+0000 (Coordinated Universal Time)45.0370368957519545.0370368957519543.4320983886718843.6296310424804722.8985157012939451484487
Thu Oct 19 2006 00:00:00 GMT+0000 (Coordinated Universal Time)43.6296310424804743.92592620849609442.4938278198242242.6419754028320322.3801631927490231481774
Fri Oct 20 2006 00:00:00 GMT+0000 (Coordinated Universal Time)42.9629631042480544.19753265380859442.5925941467285244.0740737915039123.131780624389651440342
Mon Oct 23 2006 00:00:00 GMT+0000 (Coordinated Universal Time)44.6913566589355544.6913566589355543.5802459716796943.92592620849609423.0540313720703121152306
Tue Oct 24 2006 00:00:00 GMT+0000 (Coordinated Universal Time)43.9506187438964844.6419754028320343.7530860900878944.19753265380859423.196582794189453880349
Wed Oct 25 2006 00:00:00 GMT+0000 (Coordinated Universal Time)44.3950614929199244.6666679382324243.4814796447753944.6172828674316423.4168796539306641214960
Thu Oct 26 2006 00:00:00 GMT+0000 (Coordinated Universal Time)45.0123443603515649.2098770141601644.6172828674316447.67901229858398425.0237941741943364729712
Fri Oct 27 2006 00:00:00 GMT+0000 (Coordinated Universal Time)48.3950614929199249.6296310424804747.8518524169921949.5555572509765626.008682250976563889418
Mon Oct 30 2006 00:00:00 GMT+0000 (Coordinated Universal Time)50.0493812561035252.098766326904349.67901229858398450.19753265380859426.345607757568361939059

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