Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Pg
@kaggle.artemburenok_sp_500_stock_prices.pg

  • 528.89 KB
  • 15344 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Tue Jan 02 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.4414060115814211.4218751.42968797683715820.2675659656524658192000
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.42968797683715821.4023439884185791.41406297683715820.2646418809890747428800
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.4179689884185791.3906251.3906250.2602554559707641326400
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.3945310115814211.3632810115814211.38085901737213110.2584275305271148544000
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.37304699420928961.3281251.343750.2514826059341431523200
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.3632810115814211.33593797683715821.34179699420928960.2511172294616699499200
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.3554689884185791.33398401737213111.34570300579071040.2518482208251953300800
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.3554689884185791.343751.343750.251482605934143371200
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.3632810115814211.343751.35156297683715820.2529450058937073390400
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.3554689884185791.33593797683715821.343750.251482605934143281600

CREATE TABLE pg (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

Anyone who has the link will be able to view this.