mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-08-30 07:07:23 +02:00
feat(automatic-exchange-rates): Add Yahoo Finance as a provider via yfinance
This commit is contained in:
@@ -105,6 +105,7 @@ class ExchangeRateService(models.Model):
|
||||
FRANKFURTER = "frankfurter", "Frankfurter"
|
||||
TWELVEDATA = "twelvedata", "TwelveData"
|
||||
TWELVEDATA_MARKETS = "twelvedatamarkets", "TwelveData Markets"
|
||||
YFINANCE = "yfinance", "Yahoo Finance"
|
||||
|
||||
class IntervalType(models.TextChoices):
|
||||
ON = "on", _("On")
|
||||
|
||||
Reference in New Issue
Block a user