If you are looking for a way to get and handle market data, the Yahoo Finance API is one of the best choices you can use. Yahoo Finance API allows you to retrieve thousands of market data related to loads of enterprises and different timing. One of the most interesting things is that it's completely free of charge if you perform less than 3.000 API calls each hour. Because of the quantity and quality of data you can retrieve, this is a very good limit. The Yahoo Finance API can be used by leveraging different libraries. One of the most commonly used is the Python yfinance library.
In this lab, you will leverage the Yahoo Finance API using the yfinance Python library, and you will visualize the market data using the plotly Python library.
Upon completion of this lab you will be able to:
This lab is intended for:
To get most from this lab, you should be familiar with basic finance concepts. To get ready for it, you can complete the following labs:
February 27th, 2024 - Resolved a dependency issue when installing yfinance