Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Bax
@kaggle.artemburenok_sp_500_stock_prices.bax

  • 404.82 KB
  • 10371 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Oct 27 1981 00:00:00 GMT+0000 (Coordinated Universal Time)3.8850140571594243.80793094635009773.8541810512542731.49486923217773443155664
Wed Oct 28 1981 00:00:00 GMT+0000 (Coordinated Universal Time)3.8850140571594243.8387639522552493.8541810512542731.49486923217773441704318
Thu Oct 29 1981 00:00:00 GMT+0000 (Coordinated Universal Time)3.8541810512542733.82334709167480473.82334709167480471.4829112291336061115672
Fri Oct 30 1981 00:00:00 GMT+0000 (Coordinated Universal Time)3.87730598449707033.80793094635009773.87730598449707031.5038388967514038903240
Mon Nov 02 1981 00:00:00 GMT+0000 (Coordinated Universal Time)4.0391812324523933.9929308891296394.02376508712768551.5606445074081422832963
Tue Nov 03 1981 00:00:00 GMT+0000 (Coordinated Universal Time)4.0623068809509284.0083479881286624.0468897819519041.56961309909820562124317
Wed Nov 04 1981 00:00:00 GMT+0000 (Coordinated Universal Time)4.0623068809509283.9929308891296394.0006399154663091.5516754388809204762159
Thu Nov 05 1981 00:00:00 GMT+0000 (Coordinated Universal Time)4.0083479881286623.9466810226440433.9466810226440431.53074681758880621289184
Fri Nov 06 1981 00:00:00 GMT+0000 (Coordinated Universal Time)3.9158480167388923.8541810512542733.8695979118347171.50084924697875985863762
Mon Nov 09 1981 00:00:00 GMT+0000 (Coordinated Universal Time)3.96209788322448733.8695979118347173.931263923645021.52476680278778081382427

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