Database: Currencies By CountryCode?

001 picture 001 · Feb 22, 2012 · Viewed 7.5k times · Source

Where do I get a list of currencies along with country code?

Example

Code,    Currency Name,  Country,    Format,     Decimal Points,     Currency Regime,    Major Unit,     Minor Unit,     Equivalence,
USD,    US Dollar,  United States,  $#,###.##,  2,  float,  dollar, cents,  100 cents = dollar

REF: http://www.oanda.com/currency/currency-code?srccont=rightnav

<--- this is perfect, however they do not supply a database to download?

Answer