Baselight

Historical IBM Stock Price Data

IBM Stock Data for Data Science and Machine Learning

@kaggle.manthan07_historical_ibm_stock_price_data

Loading...
Loading...

About this Dataset

Historical IBM Stock Price Data

This dataset consists of IBM's historical stock price data upto 20+ years. But this dataset do not consist of the date and the timeframe of the data gathered is on "Daily" basis.
This data would be helpful for creating ML model and study price fluctuations of IBM's stock price.

Tables

Ibm

@kaggle.manthan07_historical_ibm_stock_price_data.ibm
  • 203.34 KB
  • 6319 rows
  • 6 columns
Loading...

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.