We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e640bf1 commit bf9888bCopy full SHA for bf9888b
1 file changed
forex_python/converter.py
@@ -24,7 +24,7 @@ def __init__(self, force_decimal=False):
24
self._force_decimal = force_decimal
25
26
def _source_url(self):
27
- return "https://api.ratesapi.io/api/"
+ return "https://theforexapi.com/api/"
28
29
def _get_date_string(self, date_obj):
30
if date_obj is None:
0 commit comments