Last active
May 29, 2020 17:35
-
-
Save vishnumohanrk/1570043c4eae1db4f68748517b8741e9 to your computer and use it in GitHub Desktop.
Major Currencies and Their abbreviations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export default { | |
CAD: 'Canadian Dollar', | |
HKD: 'Hong Kong Dollar', | |
ISK: 'Icelandic Króna', | |
PHP: 'Philippine peso', | |
DKK: 'Danish Krone', | |
HUF: 'Hungarian Forint', | |
CZK: 'Czech Koruna', | |
GBP: 'Pound sterling', | |
RON: 'Romanian Leu', | |
SEK: 'Swedish Krona', | |
IDR: 'Indonesian Rupiah', | |
INR: 'Indian Rupee', | |
BRL: 'Brazilian Real', | |
RUB: 'Russian Ruble', | |
HRK: 'Croatian Kuna', | |
JPY: 'Japanese Yen', | |
THB: 'Thai Baht', | |
CHF: 'Swiss Franc', | |
EUR: 'Euro', | |
MYR: 'Malaysian Ringgit', | |
BGN: 'Bulgarian Lev', | |
TRY: 'Turkish lira', | |
CNY: 'Chinese Yuan', | |
NOK: 'Norwegian Krone', | |
NZD: 'New Zealand Dollar', | |
ZAR: 'South African Rand', | |
USD: 'United States Dollar', | |
MXN: 'Mexican Peso', | |
SGD: 'Singapore Dollar', | |
AUD: 'Australian Dollar', | |
ILS: 'Israeli New Shekel', | |
KRW: 'South Korean won', | |
PLN: 'Poland złoty', | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment