Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Hpq
@kaggle.artemburenok_sp_500_stock_prices.hpq

  • 557.5 KB
  • 15344 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.13127300143241880.13127300143241880.12417700141668320.12417700141668320.04427808895707132480333
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.12417700141668320.12417700141668320.12151599675416940.12284599989652630.0438034981489181507341
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.12284599989652630.12683799862861630.11796800047159190.12018500268459320.042854655534029845568
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.11974199861288070.11974199861288070.11752499639987940.11752499639987940.0419061593711376338227
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.11752499639987940.11929900199174880.11530700325965880.11929900199174880.0425386950373649873754
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.11929900199174880.12417700141668320.11796800047159190.12107200175523750.043170940130949930125
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.12107200175523750.12195900082588190.11929900199174880.12195900082588190.0434872210025787450970
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.12195900082588190.12240300327539440.1206289976835250.12151599675416940.0433292426168918422784
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.12151599675416940.12329000234603880.1206289976835250.1206289976835250.0430129766464233535526
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)0.1206289976835250.12107200175523750.11885499954223630.11885499954223630.0423804149031639310042

CREATE TABLE hpq (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.