Baselight

Microsoft Stocks

Microsoft stocks price since 1986

@kaggle.sumitsahjr_microsoft_stocks

Loading...
Loading...

About this Dataset

Microsoft Stocks

About Dataset

Overview

This is the original dataset of Microsoft stock from yahoo finance
from 1986 till 2022.

None null value is found.

Tables

Msft

@kaggle.sumitsahjr_microsoft_stocks.msft
  • 365.05 KB
  • 8974 rows
  • 7 columns
Loading...

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

Share link

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