我想在我的 iPhone 应用程序中使用多种货币金额选项,是否有可用的货币 api 或数据库文件?

发布于 2024-11-10 10:55:05 字数 251 浏览 1 评论 0原文

我目前正在开发 iphone 应用程序,需要你的帮助。在我的应用程序中,我为用户提供了根据其所在国家/地区的货币情绪来节省开支的选项,因为用户可以属于任何国家,例如美国、澳大利亚等。

我真的很难坐下来进入货币选项一一列出。那么是否有任何 API 或数据库文件可用于此目的?

注意:我需要属于一种货币的 4 种类型的数据。

  1. 货币名称
  2. 货币符号
  3. 货币代码
  4. 国家名称

I am currently working on iphone app and need your help. In my app I am giving the user the option to save his or her expenses according to his or her country's currency mood, because the user can belong to any country like USA, Australia etc.

It is really hard for me to sit and enter the currency option one by one. So is any API or database file available for this purpose?

NOTE : I need 4 types data belong to one currency.

  1. Currency Name
  2. Currency Symbol
  3. Currency Code
  4. Country Name

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很酷不放纵 2024-11-17 10:55:05

官方 ISO 国家/地区及其货币列表由第六清算银行维护。他们提供可下载的 XLS 和 XML 文件

这些文件不包含货币符号。幸运的是,XE 有一个国家货币列表,包括代码和符号。 在这里找到它。符号使用特殊字体而不是图像来呈现;然而,将该页面转换为一组 PNG 文件将是一件简单但相当乏味的事情。

The official ISO list of countries and their currencies is maintained by the SIX Clearing bank. They provide downloadable XLS and XML files.

Those files do not include the currency symbols. Fortunately XE has a list of countries' currencies, including codes and symbols. Find it here. The symbols are presented using a special font rather than as images; however it would be a simple, if rather tedious, matter to turn that page into a set of PNG files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文