Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Where to get a database of world currencies?

It should contain the country along with the currency used in that currency.

i.e "CountryCode, CurrencyCode"

share|improve this question
1  
Which currency and country code? ISO2? ISO3? Check the ISO standards. – TomTom Jan 1 at 21:27
What have you tried? Where have you looked? – paulsm4 Jan 1 at 21:27
2  
See ISO 4217 : en.wikipedia.org/wiki/ISO_4217 – Sam Jan 1 at 21:30
Here, you can get the tables as machine readable files: currency-iso.org/isocy/global/en/home/tables.html – Sam Jan 1 at 21:43
show 2 more comments

closed as not a real question by C. Ross, rs., adam, Mahmoud Al-Qudsi, Randy Jan 1 at 21:42

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

check out:

http://josscrowcroft.github.com/open-exchange-rates/

it seems to be what your looking for, returns the data in JSON

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.