jsikst

Results 1 comments of jsikst

from forex_python.converter import CurrencyRates c = CurrencyRates() USDSEK = c.get_rate('USD', 'SEK') Gives forex_python.converter.RatesNotAvailableError: Currency Rates Source Not Ready Does not matter if the day is a weekday or not, tried...