世界货币查找表 - 使用 ISO 3166-1 alpha-2 代码?
Posted
技术标签:
【中文标题】世界货币查找表 - 使用 ISO 3166-1 alpha-2 代码?【英文标题】:World currencies lookup table - with ISO 3166-1 alpha-2 codes? 【发布时间】:2013-01-02 05:43:44 【问题描述】:在哪里可以获得世界货币数据库?
它应该包含国家以及在该货币中使用的货币。
即“国家代码,货币代码”
示例
US, USD
UK, GBP
AU, AUD
NZ, NZD
HK, HKD
【问题讨论】:
【参考方案1】:可在此处找到 ISO 国家/地区代码及其 2 位和 3 位的完整列表: http://www.davros.org/misc/iso3166.txt
但是,这可能对您更有用: http://www.commondatahub.com/live/geography/currency/country_currency_codes
ISO 3166 提供了国家代码: http://www.iso.org/iso/home/standards/country_codes/
ISO 4217 提供货币代码: http://www.iso.org/iso/currency_codes
这里有一个可用的数据库:http://www.mega-db.com.ar/Table/world_currencies,但它包含 ISO 3 位国家代码。 您可以将其与 ISO 3166(2 位)代码一起使用,以生成所需的数据集。
【讨论】:
以上是关于世界货币查找表 - 使用 ISO 3166-1 alpha-2 代码?的主要内容,如果未能解决你的问题,请参考以下文章
有没有一种简单的方法来检索 ISO 3166-1 数字国家代码
ruby ISO_3166-1国家代码2 char到3 char映射