Hey everyone!
Please take a look at my completed Visualising Tech Stocks project, as part of the Analyse Financial Data with Python Skill Path
Here’s the Python notebook with my work on GitHub
I encountered a couple of issues in the project, even following the instructions, but luckily found relatively simple work-arounds that I discuss and share in the Python notebook linked above. The two main issues were:
- Yahoo Finance had made changes to their API which broke compatibility with the
pandas_datareader
module. - The stock ticker for Facebook was changed from
FB
toMETA
. (Minor issue - just use theMETA
ticker instead!)
Please let me know what you think, or if you need help and have any questions!