Baselight

Historical IBM Stock Price Data

IBM Stock Data for Data Science and Machine Learning

@kaggle.manthan07_historical_ibm_stock_price_data

Ibm
@kaggle.manthan07_historical_ibm_stock_price_data.ibm

  • 203.34 KB
  • 6319 rows
  • 6 columns
unnamed_0

Unnamed: 0

open

Open

high

High

low

Low

close

Close

volume

Volume

232.69233229.13230.123799271
1228.4234.39227.8231.724769531
2238239.35228.912304970449
3234.43238.38234.22238.044028430
4233.55236.52233.46234.754791116
5230233.74229.35233.494104195
6227.24229.11226.672293163815
7227.5228.38225.51227.392656181
8227.75230.36227.19227.412640253
9228.83229.19224.27226.922995121

CREATE TABLE ibm (
  "unnamed_0" BIGINT,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);

Share link

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