Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Csco
@kaggle.artemburenok_sp_500_stock_prices.csco

  • 329.57 KB
  • 8270 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Feb 16 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.07986100018024440.07378499954938880.07725699990987770.0548624917864799940636800
Tue Feb 20 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.07986100018024440.07465299963951110.07986100018024440.0567116811871528151862400
Wed Feb 21 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.07899300009012220.07552099972963330.0781250.055478904396295570531200
Thu Feb 22 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.08159700036048880.07899300009012220.07899300009012220.056095298379659645216000
Fri Feb 23 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.07986100018024440.0781250.07855899631977080.055787090212106744697600
Mon Feb 26 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.07986100018024440.07638899981975550.07638899981975550.054246116429567326928000
Tue Feb 27 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.0794269964098930.07638899981975550.0781250.055478904396295525574400
Wed Feb 28 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.08246500045061110.0781250.08072900027036660.057328060269355767968000
Thu Mar 01 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.08159700036048880.07986100018024440.07986100018024440.056711681187152828425600
Fri Mar 02 1990 00:00:00 GMT+0000 (Coordinated Universal Time)0.08159700036048880.07986100018024440.08072900027036660.05732806026935578438400

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