From 0b614956ca0a345fab45b4ce481a874f70fc2330 Mon Sep 17 00:00:00 2001 From: jeroen Date: Sun, 29 Sep 2024 11:23:10 +0200 Subject: [PATCH] Update README with info about yfinance --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05b7dd0..5d0b3b9 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ ___ Through the link you are able to subscribe for the free plan and also premium plans at a **15% discount**. This is an affiliate link and thus supports the project at the same time. I have chosen FinancialModelingPrep as a source as I find it to be the most transparent, reliable and at an affordable price. I have yet to find a platform offering such low prices for the amount of data offered. When you notice that the data is inaccurate or have any other issue related to the data, note that I simply provide the means to access this data and I am not responsible for the accuracy of the data itself. For this, use [their contact form](https://site.financialmodelingprep.com/contact) or provide the data yourself. -The dependencies of the package are on purpose *very slim* so that it will work well with any combination of packages and not result in conflicts. +The dependencies of the package are on purpose *very slim* so that it will work well with any combination of packages and not result in conflicts. In case you wish to use the Finance Toolkit in combination with Yahoo Finance, you can do so by installing the optional dependency with `pip install "financetoolkit[yfinance]"`. # Basic Usage