Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Unh
@kaggle.artemburenok_sp_500_stock_prices.unh

  • 388.44 KB
  • 9618 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Oct 17 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.14843800663948060.14453099668025970.14453099668025970.11794495582580569868800
Thu Oct 18 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.156250.14843800663948060.14843800663948060.12113328278064725324800
Fri Oct 19 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.14843800663948060.14453099668025970.14453099668025970.11794495582580563043200
Mon Oct 22 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.14843800663948060.14453099668025970.14453099668025970.11794495582580562326400
Tue Oct 23 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.14453099668025970.1406250.1406250.114757515490055787200
Wed Oct 24 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.14843800663948060.14453099668025970.14453099668025970.1179449558258056230400
Thu Oct 25 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.14843800663948060.1406250.1406250.1147575154900551587200
Fri Oct 26 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.14453099668025970.1406250.1406250.114757515490055758400
Mon Oct 29 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.14453099668025970.1406250.1406250.114757515490055614400
Tue Oct 30 1984 00:00:00 GMT+0000 (Coordinated Universal Time)0.14843800663948060.1406250.1406250.114757515490055192000

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