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

Microsoft Stock
@kaggle.vijayvvenkitesh_microsoft_stock_time_series_analysis.microsoft_stock

  • 60.87 KB
  • 1511 rows
  • 6 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

Wed Apr 01 2015 16:00:00 GMT+0000 (Coordinated Universal Time)40.640.7640.3140.7236865322
Thu Apr 02 2015 16:00:00 GMT+0000 (Coordinated Universal Time)40.6640.7440.1240.2937487476
Mon Apr 06 2015 16:00:00 GMT+0000 (Coordinated Universal Time)40.3441.7840.1841.5539223692
Tue Apr 07 2015 16:00:00 GMT+0000 (Coordinated Universal Time)41.6141.9141.3141.5328809375
Wed Apr 08 2015 16:00:00 GMT+0000 (Coordinated Universal Time)41.4841.6941.0441.4224753438
Thu Apr 09 2015 16:00:00 GMT+0000 (Coordinated Universal Time)41.2541.6241.2541.4825723861
Fri Apr 10 2015 16:00:00 GMT+0000 (Coordinated Universal Time)41.6341.9541.4141.7228022002
Mon Apr 13 2015 16:00:00 GMT+0000 (Coordinated Universal Time)41.442.0641.3941.7630276692
Tue Apr 14 2015 16:00:00 GMT+0000 (Coordinated Universal Time)41.842.0341.3941.6524244382
Wed Apr 15 2015 16:00:00 GMT+0000 (Coordinated Universal Time)41.7642.4641.6842.2627343581

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

Share link

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