Historical IBM Stock Price Data
IBM Stock Data for Data Science and Machine Learning
@kaggle.manthan07_historical_ibm_stock_price_data
IBM Stock Data for Data Science and Machine Learning
@kaggle.manthan07_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.
CREATE TABLE ibm (
"unnamed_0" BIGINT -- Unnamed: 0,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.