Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Cop
@kaggle.artemburenok_sp_500_stock_prices.cop

  • 406.2 KB
  • 10326 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Thu Dec 31 1981 00:00:00 GMT+0000 (Coordinated Universal Time)5.1615180969238285.2568078041076665.1297550201416025.1456370353698731.09977757930755621420670
Mon Jan 04 1982 00:00:00 GMT+0000 (Coordinated Universal Time)5.0979919433593755.1297550201416025.0503468513488775.0662288665771481.08280491828918462069219
Tue Jan 05 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.9391760826110845.0344657897949224.8438858985900884.8756499290466311.04207277297973634173857
Wed Jan 06 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.8438858985900885.0027022361755374.6850709915161134.7803602218627931.02170693874359133855878
Thu Jan 07 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.7327151298522954.7803602218627934.6850709915161134.7327151298522951.01152348518371581511183
Fri Jan 08 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.716834068298344.7803602218627934.6374258995056154.6374258995056150.99115735292434681861431
Mon Jan 11 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.5421361923217774.653306961059574.4150829315185554.4468469619750980.95042455196380622428125
Tue Jan 12 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.39920186996464.4944911003112794.3039121627807624.3674387931823730.93345332145690923504056
Wed Jan 13 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.4150829315185554.4786100387573244.335674762725834.3515567779541020.93005818128585821692210
Thu Jan 14 1982 00:00:00 GMT+0000 (Coordinated Universal Time)4.3833198547363284.4786100387573244.2880311012268074.4786100387573240.95721375942230222596559

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