Created
December 4, 2015 07:04
-
-
Save javaeeeee/c32789137aaa941d2a85 to your computer and use it in GitHub Desktop.
An excerpt from currencies list from Open Exchange Rates API
This file contains hidden or 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
| { | |
| "AED": "United Arab Emirates Dirham", | |
| "AFN": "Afghan Afghani", | |
| "ALL": "Albanian Lek", | |
| "AMD": "Armenian Dram", | |
| "ANG": "Netherlands Antillean Guilder", | |
| "AOA": "Angolan Kwanza", | |
| "ARS": "Argentine Peso", | |
| "AUD": "Australian Dollar", | |
| "AWG": "Aruban Florin", | |
| "AZN": "Azerbaijani Manat", | |
| "BAM": "Bosnia-Herzegovina Convertible Mark", | |
| "BBD": "Barbadian Dollar", | |
| ... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment