Starbucks (SBUX), monthly returns – 2019

In this post, I download the raw data of SBUX (from here) and play around with them in Python Jupyter Notebook. You can find the related code chunk at the end of this post. The raw data includes the following period: 13-12-2010 / 11-12-2020. The price for SBUX was at $ 16 in the beginningContinue reading “Starbucks (SBUX), monthly returns – 2019”

RETURN ON A STOCK

Daily returns (Buy and sell daily): In this post I will be covering how to calculate return on assets. As an example, I will study Amazon (AMZN) stock. Now, think that you bought a share of AMZN (stock) on 03 January 2017 for 753.67 USD. (p1 = 753.67). Next day (on 04 January 2017) theContinue reading “RETURN ON A STOCK”