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 - 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
-
-
-
-
What are APIs?2m 16s
-
(Locked)
Introducing Alpha Vantage API4m 1s
-
(Locked)
How to access Alpha Vantage data3m 7s
-
(Locked)
How to use an API key5m 32s
-
(Locked)
How to pull stock data with the alpha_vantage package: Part 14m 5s
-
(Locked)
How to pull stock data with the alpha_vantage package: Part 22m 1s
-
(Locked)
How to pull stock data with the requests package5m 55s
-
(Locked)
How to put stock data into a DataFrame6m 8s
-
(Locked)
How to use Alpha Vantage functions: Part 14m 5s
-
(Locked)
How to use Alpha Vantage functions: Part 23m 21s
-
(Locked)
How to use Alpha Vantage functions: Part 36m 25s
-
(Locked)
Challenge: Analyze Microsoft stock2m 31s
-
(Locked)
Solution: Analyze Microsoft stock2m 32s
-
-
-