Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Jci
@kaggle.artemburenok_sp_500_stock_prices.jci

  • 371.69 KB
  • 8875 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Sep 28 1987 00:00:00 GMT+0000 (Coordinated Universal Time)6.9945349693298347.0270681381225596.8969368934631356.9294700622558593.2966833114624023353106
Tue Sep 29 1987 00:00:00 GMT+0000 (Coordinated Universal Time)6.9294700622558596.9945349693298346.8969368934631356.9945349693298343.3276379108428955289708
Wed Sep 30 1987 00:00:00 GMT+0000 (Coordinated Universal Time)6.9945349693298346.9945349693298346.8969368934631356.9294700622558593.2966833114624023191346
Thu Oct 01 1987 00:00:00 GMT+0000 (Coordinated Universal Time)6.9294700622558597.0270681381225596.8969368934631357.0270681381225593.3431155681610107680853
Fri Oct 02 1987 00:00:00 GMT+0000 (Coordinated Universal Time)7.0270681381225597.092133998870857.0270681381225597.092133998870853.3740694522857666111042
Mon Oct 05 1987 00:00:00 GMT+0000 (Coordinated Universal Time)7.092133998870857.1897320747375497.0270681381225597.1246662139892583.389547824859619760388
Tue Oct 06 1987 00:00:00 GMT+0000 (Coordinated Universal Time)7.1246662139892587.1246662139892586.831871986389166.8969368934631353.2812063694000244240143
Wed Oct 07 1987 00:00:00 GMT+0000 (Coordinated Universal Time)6.8969368934631356.8969368934631356.6041431427001956.6366748809814453.157386302947998828781
Thu Oct 08 1987 00:00:00 GMT+0000 (Coordinated Universal Time)6.6366748809814456.831871986389166.5390768051147466.831871986389163.2502503395080566280487
Fri Oct 09 1987 00:00:00 GMT+0000 (Coordinated Universal Time)6.831871986389167.092133998870856.831871986389166.9945349693298343.3276379108428955249364

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