Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Aap
@kaggle.artemburenok_sp_500_stock_prices.aap

  • 252.94 KB
  • 5297 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Nov 29 2001 00:00:00 GMT+0000 (Coordinated Universal Time)13.38666725158691414.46666717529296913.35999965667724613.88000011444091812.583541870117188371100
Fri Nov 30 2001 00:00:00 GMT+0000 (Coordinated Universal Time)13.88000011444091814.26666736602783213.88000011444091814.26666736602783212.934093475341797165300
Mon Dec 03 2001 00:00:00 GMT+0000 (Coordinated Universal Time)14.23333263397216814.23333263397216813.78333282470703113.78333282470703112.495908737182615127500
Tue Dec 04 2001 00:00:00 GMT+0000 (Coordinated Universal Time)13.78333282470703113.78333282470703113.23333263397216813.23333263397216811.99727439880371395400
Wed Dec 05 2001 00:00:00 GMT+0000 (Coordinated Universal Time)13.4333333969116214.78333282470703113.4333333969116214.66666698455810413.29672908782959598200
Thu Dec 06 2001 00:00:00 GMT+0000 (Coordinated Universal Time)14.73333263397216814.73333263397216814.5699996948242214.5733327865600613.212113380432127157200
Fri Dec 07 2001 00:00:00 GMT+0000 (Coordinated Universal Time)14.58333301544189614.66666698455810414.46666717529296914.66666698455810413.29672908782959215100
Mon Dec 10 2001 00:00:00 GMT+0000 (Coordinated Universal Time)14.63333320617675814.64000034332275414.5866670608520514.61666679382324213.251401901245115119100
Tue Dec 11 2001 00:00:00 GMT+0000 (Coordinated Universal Time)14.60000038146972814.71000003814697314.5866670608520514.5866670608520513.224205017089844378600
Wed Dec 12 2001 00:00:00 GMT+0000 (Coordinated Universal Time)14.58333301544189614.58333301544189614.03666687011718814.10000038146972812.78299331665039114600

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