Daily Returns For Apple And Microsoft Stock
Clean dataset of daily return for learning purposes
@kaggle.gtouzin_samplestocksreturn
Clean dataset of daily return for learning purposes
@kaggle.gtouzin_samplestocksreturn
Set of the daily returns for Apple and Microsoft stock from May 2000 to May 2017. This is a clean dataset used for learning purposes, so I deleted some outlier that should be included any model used in any real world application.
The raw data come from Yahoo finance.
CREATE TABLE returns_00_17 (
"id" BIGINT,
"apple" DOUBLE,
"microsoft" DOUBLE
);Anyone who has the link will be able to view this.