Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Yum
@kaggle.artemburenok_sp_500_stock_prices.yum

  • 295.17 KB
  • 6353 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Sep 17 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.16714620590215.4367361068725595.16714620590215.2345428466796883.740664958953857429185406
Thu Sep 18 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.301940917968755.4142699241638185.2570090293884285.4142699241638183.8690991401672366731884
Fri Sep 19 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.4030370712280275.5715308189392095.4030370712280275.4367361068725593.8851516246795653440221
Mon Sep 22 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.3918042182922365.4592018127441415.3805718421936045.3918042182922363.85304498672485355831072
Tue Sep 23 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.3918042182922365.4142699241638185.3805718421936045.3918042182922363.85304498672485352738601
Wed Sep 24 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.4030370712280275.4142699241638185.3805718421936045.3918042182922363.85304498672485352575576
Thu Sep 25 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.3918042182922365.470435142517095.3918042182922365.470435142517093.90923547744750981005971
Fri Sep 26 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.4592018127441415.61646318435668955.447968959808355.605229854583744.0055599212646481636372
Mon Sep 29 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.61646318435668955.6838607788085945.61646318435668955.6838607788085944.0617508888244631708148
Tue Sep 30 1997 00:00:00 GMT+0000 (Coordinated Universal Time)5.7400250434875495.9983820915222175.7287921905517585.8186559677124024.1580772399902344639263

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