Hacker News new | ask | show | jobs
Ask HN: Looking for Country/TimeZone/Currency Database
4 points by jawbone 4305 days ago
Can any one share an OpenSource data set that contains Country/TimeZone/Currency
3 comments

Country/currency is available from http://www.currency-iso.org/en/home/tables/table-a1.html . See also ISO 4217 https://en.wikipedia.org/wiki/ISO_4217 . I found them by a Google search for "country currency database". The second hit was http://stackoverflow.com/questions/9392740/database-currenci... which links to various resources.

For timezones you likely want the tz database, see http://en.wikipedia.org/wiki/Tz_database . I found it by a Google search for "timezone database". The first hit was to http://www.iana.org/time-zones .

Country Codes, Dialing Codes, Currencies and TimeZones of Countries

http://fasteri.com/list/country-code-dialing-code-currency-t...

For location-timezone, try http://en.m.wikipedia.org/wiki/Tz_database

For country-currency, scrape Wikipedia?