Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Re
@kaggle.artemburenok_sp_500_stock_prices.re

  • 292.27 KB
  • 6848 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Oct 03 1995 00:00:00 GMT+0000 (Coordinated Universal Time)18.7519.87518.519.62513.03097343444824210364800
Wed Oct 04 1995 00:00:00 GMT+0000 (Coordinated Universal Time)19.519.62518.7518.7512.4499692916870121810800
Thu Oct 05 1995 00:00:00 GMT+0000 (Coordinated Universal Time)19.12519.51919.37512.864966392517091216500
Fri Oct 06 1995 00:00:00 GMT+0000 (Coordinated Universal Time)19.62519.87519.37519.87513.1969718933105491538100
Mon Oct 09 1995 00:00:00 GMT+0000 (Coordinated Universal Time)19.87519.87519.37519.37512.86496639251709869200
Tue Oct 10 1995 00:00:00 GMT+0000 (Coordinated Universal Time)19.37519.51919.2512.78196620941162840800
Wed Oct 11 1995 00:00:00 GMT+0000 (Coordinated Universal Time)19.37519.519.2519.37512.86496639251709630400
Thu Oct 12 1995 00:00:00 GMT+0000 (Coordinated Universal Time)19.37519.519.12519.37512.86496639251709519700
Fri Oct 13 1995 00:00:00 GMT+0000 (Coordinated Universal Time)19.52019.52013.279964447021484557300
Mon Oct 16 1995 00:00:00 GMT+0000 (Coordinated Universal Time)20.12520.12519.62519.7513.113970756530762188700

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