Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Xom
@kaggle.artemburenok_sp_500_stock_prices.xom

  • 516.71 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.5898439884185791.5781251.5781250.0990541204810142902400
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.60156297683715821.5781251.60156297683715820.10052529722452161200000
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.6132810115814211.5976560115814211.6054689884185790.1007704287767411088000
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.6132810115814211.5664060115814211.57031297683715820.09856380522251121222400
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.5820310115814211.5468751.5664060115814210.09831863641738891388800
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.5781251.5585939884185791.56250.09807335585355751065600
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.56251.5507810115814211.55468797683715820.0975831225514411828800
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.57031297683715821.5585939884185791.57031297683715820.0985638052225112617600
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.593751.5742189884185791.593750.10003487020730971398400
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)1.593751.5781251.593750.1000348702073097966400

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