Skip to content

Commit

Permalink
updated currency endpoint (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhila05 committed Jun 18, 2018
1 parent 5f757df commit 47686c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -32,7 +32,7 @@ Features:
Currency Source:
-----------------

https://ratesapi.io/api/ is a free API for current and historical foreign exchange rates published by European Central Bank.
https://ratesapi.io is a free API for current and historical foreign exchange rates published by European Central Bank.
The rates are updated daily 3PM CET.

BitCoin Price Source:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/currencysource.rst
@@ -1,9 +1,9 @@
currency source
===============

https://ratesapi.io/api/
https://ratesapi.io
--------
https://ratesapi.io/api/ is a free API for current and historical foreign exchange rates published by European Central Bank. The rates are updated daily 3PM CET.
https://ratesapi.io is a free API for current and historical foreign exchange rates published by European Central Bank. The rates are updated daily 3PM CET.

List of Supported Currency codes.
---------------------------------
Expand Down
2 changes: 1 addition & 1 deletion forex_python/converter.py
Expand Up @@ -6,7 +6,7 @@

class RatesNotAvailableError(Exception):
"""
Custome Exception when https://ratesapi.io/api/ is Down are not available for currency rates
Custome Exception when https://ratesapi.io is Down and not available for currency rates
"""
pass

Expand Down

0 comments on commit 47686c9

Please sign in to comment.