Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

C
@kaggle.artemburenok_sp_500_stock_prices.c

  • 420.88 KB
  • 11588 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Jan 03 1977 00:00:00 GMT+0000 (Coordinated Universal Time)16.1331253051757816.23687553405761716.1331253051757816.2368755340576177.45801734924316447952
Tue Jan 04 1977 00:00:00 GMT+0000 (Coordinated Universal Time)16.23687553405761716.2887496948242216.18499946594238316.288749694824227.48183917999267634217
Wed Jan 05 1977 00:00:00 GMT+0000 (Coordinated Universal Time)16.2887496948242216.2887496948242216.1331253051757816.1849994659423837.43418979644775415422
Thu Jan 06 1977 00:00:00 GMT+0000 (Coordinated Universal Time)16.1331253051757816.1331253051757815.9256248474121116.0812492370605477.38652992248535239036
Fri Jan 07 1977 00:00:00 GMT+0000 (Coordinated Universal Time)16.08124923706054716.1331253051757815.9256248474121116.133125305175787.41036081314086920482
Mon Jan 10 1977 00:00:00 GMT+0000 (Coordinated Universal Time)16.1331253051757816.34062576293945316.1331253051757816.288749694824227.48183917999267642892
Tue Jan 11 1977 00:00:00 GMT+0000 (Coordinated Universal Time)16.2887496948242216.39249992370605516.2887496948242216.3406257629394537.50567007064819322169
Wed Jan 12 1977 00:00:00 GMT+0000 (Coordinated Universal Time)16.34062576293945316.34062576293945316.1331253051757816.3406257629394537.50567007064819334940
Thu Jan 13 1977 00:00:00 GMT+0000 (Coordinated Universal Time)16.34062576293945316.54812431335449216.34062576293945316.4443740844726567.55332374572753934458
Fri Jan 14 1977 00:00:00 GMT+0000 (Coordinated Universal Time)16.44437408447265616.54812431335449216.39249992370605516.496250152587897.57715034484863320723

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