Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Tdy
@kaggle.artemburenok_sp_500_stock_prices.tdy

  • 249.83 KB
  • 5802 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Nov 23 1999 00:00:00 GMT+0000 (Coordinated Universal Time)8.43758.43758.43758.43758.437560000
Wed Nov 24 1999 00:00:00 GMT+0000 (Coordinated Universal Time)8.437510.68758.437510.510.5917700
Fri Nov 26 1999 00:00:00 GMT+0000 (Coordinated Universal Time)10.510.510.510.510.532700
Mon Nov 29 1999 00:00:00 GMT+0000 (Coordinated Universal Time)10.62510.6259.259.259.25511000
Tue Nov 30 1999 00:00:00 GMT+0000 (Coordinated Universal Time)9.3759.3758.58.81258.81252424000
Wed Dec 01 1999 00:00:00 GMT+0000 (Coordinated Universal Time)910.599.6259.625462000
Thu Dec 02 1999 00:00:00 GMT+0000 (Coordinated Universal Time)10109.259.3759.375799500
Fri Dec 03 1999 00:00:00 GMT+0000 (Coordinated Universal Time)9.59.6259.31259.43759.4375292300
Mon Dec 06 1999 00:00:00 GMT+0000 (Coordinated Universal Time)9.3759.68759.18759.259.25239100
Tue Dec 07 1999 00:00:00 GMT+0000 (Coordinated Universal Time)9.18759.258.8758.93758.9375753300

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