From the course: Build Three Real-World Python Applications

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Challenge: Analyze Microsoft stock

Challenge: Analyze Microsoft stock - Python Tutorial

From the course: Build Three Real-World Python Applications

Challenge: Analyze Microsoft stock

(upbeat music) - It's now time for a challenge. Your friend Todd once helped to evaluate if Microsoft is a good company to invest in to help him grow his money for retirement. He wants to make sure it is a good stock to invest in to hopefully provide him good long-term returns. Please note that the scenario is for educational purposes only, and does not constitute actual financial advice. We will use the Alpha Vantage API to analyze the Microsoft stock to see if it is a good investment or not. You'll be given a starter coding file that has a lot of code already added in to speed up the process, along with comments to tell you what code still needs to be added. The portions of the code that need to be filled in are marked with percent signs. So for example, you can see there are percent signs here, here, and in this URL here. So again, those are where you need to fill in the code. Make sure you run the top portion of the…

Contents