Skip to content

Instantly share code, notes, and snippets.

View MRP900's full-sized avatar

Matthew Pittman MRP900

View GitHub Profile
@MRP900
MRP900 / currencies.json
Created December 4, 2020 04:26 — forked from joseluisq/currencies.json
JSON list of all currency symbols available from the Open Exchange Rates API - https://docs.openexchangerates.org/docs/currencies-json
{
"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",
@MRP900
MRP900 / Common-Currency.json
Created September 17, 2020 02:01 — forked from ksafranski/Common-Currency.json
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},