[modules/currency] Add symbol for JPY
This commit is contained in:
parent
1eb49ab53e
commit
d341c90c53
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ except ImportError:
|
|||
pass
|
||||
|
||||
SYMBOL = {
|
||||
"GBP": u"£", "EUR": u"€", "USD": u"$"
|
||||
"GBP": u"£", "EUR": u"€", "USD": u"$", "JPY": u"¥"
|
||||
}
|
||||
|
||||
API_URL = "https://markets.ft.com/data/currencies/ajax/conversion?baseCurrency={}&comparison={}"
|
||||
|
|
Loading…
Reference in a new issue