MSFT Historical Data With Dividends
Microsoft Corporation (MSFT) Historical Stock Data Including Dividend History
@kaggle.ksabishek_msft_historical_data_with_dividends
Microsoft Corporation (MSFT) Historical Stock Data Including Dividend History
@kaggle.ksabishek_msft_historical_data_with_dividends
CREATE TABLE msft_full_history (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"dividends" DOUBLE,
"stock_splits" DOUBLE
);
Anyone who has the link will be able to view this.