Baselight

Microsoft Stock- Time Series Analysis

This contains data of Microsoft stock. it was gathered using google sheets.

@kaggle.vijayvvenkitesh_microsoft_stock_time_series_analysis

About this Dataset

Microsoft Stock- Time Series Analysis

Context

This file contains the stock information of Microsoft from 04/01/2015 to 04/01/2021

Content

This data was acquired in google sheets using the command 'GOOGLEFINANCE'

Inspiration

With this data you can do basic EDA and use predictive analysis.

Tables

Microsoft Stock

@kaggle.vijayvvenkitesh_microsoft_stock_time_series_analysis.microsoft_stock
  • 60.87 KB
  • 1511 rows
  • 6 columns
Loading...

CREATE TABLE microsoft_stock (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);