Baselight

S&P 500 Stock Prices

All companies which included in S&P 500 index

@kaggle.artemburenok_sp_500_stock_prices

Ibm
@kaggle.artemburenok_sp_500_stock_prices.ibm

  • 601.44 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)7.3741240501403817.3741240501403817.29126787185668957.29126787185668951.633034110069275407940
Wed Jan 03 1962 00:00:00 GMT+0000 (Coordinated Universal Time)7.29126787185668957.35500288009643557.29126787185668957.35500288009643551.647308111190796305955
Thu Jan 04 1962 00:00:00 GMT+0000 (Coordinated Universal Time)7.35500288009643557.35500288009643557.27852106094360357.2817077636718751.630892276763916274575
Fri Jan 05 1962 00:00:00 GMT+0000 (Coordinated Universal Time)7.2721481323242197.2721481323242197.1255578994750987.1383051872253421.598773717880249384405
Mon Jan 08 1962 00:00:00 GMT+0000 (Coordinated Universal Time)7.1319308280944827.1319308280944826.9471001625061047.004460811614991.5687962770462036572685
Tue Jan 09 1962 00:00:00 GMT+0000 (Coordinated Universal Time)7.03632879257202157.1765460968017587.03632879257202157.0873169898986821.5873538255691528517770
Wed Jan 10 1962 00:00:00 GMT+0000 (Coordinated Universal Time)7.1000638008117687.1319308280944827.1000638008117687.1000638008117681.5902098417282104313800
Thu Jan 11 1962 00:00:00 GMT+0000 (Coordinated Universal Time)7.11918401718139657.1765460968017587.11918401718139657.1765460968017581.6073386669158936337335
Fri Jan 12 1962 00:00:00 GMT+0000 (Coordinated Universal Time)7.1892929077148447.24028015136718757.1892929077148447.1892929077148441.6101949214935305462855
Mon Jan 15 1962 00:00:00 GMT+0000 (Coordinated Universal Time)7.2147860527038577.2370939254760747.2147860527038577.2211599349975591.6173315048217771266730

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