Skip to content

Commit bf9888b

Browse files
author
ravi
committed
change api
1 parent e640bf1 commit bf9888b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

forex_python/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, force_decimal=False):
2424
self._force_decimal = force_decimal
2525

2626
def _source_url(self):
27-
return "https://api.ratesapi.io/api/"
27+
return "https://theforexapi.com/api/"
2828

2929
def _get_date_string(self, date_obj):
3030
if date_obj is None:

0 commit comments

Comments
 (0)