Skip to content

Instantly share code, notes, and snippets.

@georgedrummond
Created May 8, 2011 23:59
Show Gist options
  • Save georgedrummond/961821 to your computer and use it in GitHub Desktop.
Save georgedrummond/961821 to your computer and use it in GitHub Desktop.
accountsapp api - currencies
[
{
"currency":{
"name":"British Pounds",
"code":"GBP",
"id":1,
"unit":"\u00a3"
}
},
{
"currency":{
"name":"US Dollars",
"code":"USD",
"id":2,
"unit":"$"
}
},
{
"currency":{
"name":"Euros",
"code":"EUR",
"id":3,
"unit":"\u20ac"
}
},
{
"currency":{
"name":"Australian Dollars",
"code":"AUS",
"id":4,
"unit":"$"
}
},
{
"currency":{
"name":"Canadian Dollars",
"code":"CAD",
"id":5,
"unit":"$"
}
},
{
"currency":{
"name":"New Zealand Dollars",
"code":"NZD",
"id":6,
"unit":"$"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment