Visualising Tech Stocks Project - Solution & GitHub link

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:

  1. Yahoo Finance had made changes to their API which broke compatibility with the pandas_datareader module.
  2. The stock ticker for Facebook was changed from FB to META. (Minor issue - just use the META ticker instead!)

Please let me know what you think, or if you need help and have any questions!