Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Grmn
@kaggle.artemburenok_sp_500_stock_prices.grmn

  • 251.53 KB
  • 5538 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Dec 08 2000 00:00:00 GMT+0000 (Coordinated Universal Time)7.9062511.43757.5625105.59839057922363317149800
Mon Dec 11 2000 00:00:00 GMT+0000 (Coordinated Universal Time)11.3437511.3759.937510.593755.9307961463928222919200
Tue Dec 12 2000 00:00:00 GMT+0000 (Coordinated Universal Time)10.60937510.6259.68759.93755.5634012222290041077400
Wed Dec 13 2000 00:00:00 GMT+0000 (Coordinated Universal Time)10.37510.43759.8759.93755.563401222229004422400
Thu Dec 14 2000 00:00:00 GMT+0000 (Coordinated Universal Time)9.99218845367431610.1259.937510.06255.633381366729736265400
Fri Dec 15 2000 00:00:00 GMT+0000 (Coordinated Universal Time)10.12510.125910.06255.633381366729736950200
Mon Dec 18 2000 00:00:00 GMT+0000 (Coordinated Universal Time)10.2510.259.7187510.031255.6158857345581055483600
Tue Dec 19 2000 00:00:00 GMT+0000 (Coordinated Universal Time)10.02343845367431610.031259.6259.81255.493423461914063457400
Wed Dec 20 2000 00:00:00 GMT+0000 (Coordinated Universal Time)9.68759.812599.1255.1085319519042971228800
Thu Dec 21 2000 00:00:00 GMT+0000 (Coordinated Universal Time)9.031259.258.8759.093755.0910377502441411017400

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