gpt4 book ai didi

ios - 用于货币转换器和生成全局不同货币列表的 API

转载 作者:行者123 更新时间:2023-11-28 19:09:39 25 4
gpt4 key购买 nike

谁能告诉我我们是否有一个用于货币转换API。我不能用数学方法转换它,因为货币汇率变化太频繁。所以我可能需要解析一些字符串。如果你想出一些很酷的想法来做同样的事情,那就太好了。我还需要一个 API,它可以在世界范围内生成一个不同货币的列表,当然,我不能使用一个>array 来填充列表。

最佳答案

获取货币列表很简单:

NSArray* currencyISOCodes = [NSLocale commonISOCurrencyCodes]
...
NSLocale* locale = [NSLocale currentLocale];
NSString* currencyName = [locale displayNameForKey:NSLocaleCurrencyCode
value:currencyISOcode];

货币不会经常变化,列表会随着新的 iOS 系统更新而更新。

货币转换并非易事,但您可以使用许多免费的服务器 API,例如Google 财经 API ( How do I get currency exchange rates via an API such as Google Finance? )。

关于ios - 用于货币转换器和生成全局不同货币列表的 API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16935930/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com