Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

O
@kaggle.artemburenok_sp_500_stock_prices.o

  • 278.5 KB
  • 7090 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Oct 18 1994 00:00:00 GMT+0000 (Coordinated Universal Time)7.75193786621093757.81257.6308140754699717.75193786621093751.3685345649719238418166
Wed Oct 19 1994 00:00:00 GMT+0000 (Coordinated Universal Time)7.81258.4786815643310557.81258.4181203842163091.4861444234848022249950
Thu Oct 20 1994 00:00:00 GMT+0000 (Coordinated Universal Time)8.5392436981201178.7814922332763678.4786815643310558.4786815643310551.4968373775482178141590
Fri Oct 21 1994 00:00:00 GMT+0000 (Coordinated Universal Time)8.4786815643310558.5392436981201178.2969961166381848.3575582504272461.47545349597930968731
Mon Oct 24 1994 00:00:00 GMT+0000 (Coordinated Universal Time)8.3575582504272468.5392436981201178.1758718490600598.1758718490600591.443377375602722275749
Tue Oct 25 1994 00:00:00 GMT+0000 (Coordinated Universal Time)8.1153097152709968.3575582504272467.9941859245300298.2969961166381841.464762330055236865222
Wed Oct 26 1994 00:00:00 GMT+0000 (Coordinated Universal Time)8.1758718490600598.2969961166381848.1758718490600598.1758718490600591.456131815910339447678
Thu Oct 27 1994 00:00:00 GMT+0000 (Coordinated Universal Time)8.1758718490600598.2969961166381848.1758718490600598.1758718490600591.456131815910339434882
Fri Oct 28 1994 00:00:00 GMT+0000 (Coordinated Universal Time)8.1758718490600598.2364339828491218.0547475814819348.0547475814819341.434559822082519541280
Mon Oct 31 1994 00:00:00 GMT+0000 (Coordinated Universal Time)8.1153097152709968.1758718490600598.0547475814819348.0547475814819341.434559822082519533850

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