Microsoft Stock- Time Series Analysis
This contains data of Microsoft stock. it was gathered using google sheets.
@kaggle.vijayvvenkitesh_microsoft_stock_time_series_analysis
This contains data of Microsoft stock. it was gathered using google sheets.
@kaggle.vijayvvenkitesh_microsoft_stock_time_series_analysis
This file contains the stock information of Microsoft from 04/01/2015 to 04/01/2021
This data was acquired in google sheets using the command 'GOOGLEFINANCE'
With this data you can do basic EDA and use predictive analysis.
CREATE TABLE microsoft_stock (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.