Skip to content

Instantly share code, notes, and snippets.

View anishdcruz's full-sized avatar
👋

Anish Dcruz anishdcruz

👋
View GitHub Profile
@mdzhang
mdzhang / currencies.json
Last active November 16, 2016 06:54
Currency information by currency code
{
"AED": {
"countries": [
"UNITED ARAB EMIRATES (THE)"
],
"decimal_mark": ".",
"decimals": 2,
"exponent": "2",
"iso_code": "AED",
"iso_numeric": "784",
@ksafranski
ksafranski / Common-Currency.json
Last active April 22, 2024 15:16
Common Currency Codes in JSON
{
"USD": {
"symbol": "$",
"name": "US Dollar",
"symbol_native": "$",
"decimal_digits": 2,
"rounding": 0,
"code": "USD",
"name_plural": "US dollars"
},