feat(automatic-exchange-rates): Add Yahoo Finance as a provider via yfinance

This commit is contained in:
Herculino Trotta
2026-07-18 15:42:51 -03:00
parent 75f23168ab
commit 743951a862
7 changed files with 684 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ dependencies = [
"watchfiles==1.2.0",
"whitenoise[brotli]==6.12.0",
"xlrd~=2.0.1",
"yfinance~=1.5.1",
]
[tool.setuptools]