I am looking for a way to get a currency converting rate on a specific day in the past via an API call. is this possible with yahoo or google? or is there any service known? thnx!
我正在寻找一种方法,通过API调用获取过去特定日期的货币转换率。这可能与雅虎或谷歌?或者有任何已知的服务吗?日Thnx!
edit: I found different convertion services like
编辑:我找到了不同的转换服务
-
http://de.finance.yahoo.com/waehrungen/waehrungsrechner/#from=USD;to=EUR;amt=12
http://de.finance.yahoo.com/waehrungen/waehrungsrechner/#from=USD;to=EUR;amt=12
-
http://www.bloomberg.com/personal-finance/calculators/currency-converter/
http://www.bloomberg.com/personal-finance/calculators/currency-converter/
-
http://coinmill.com/
but none of them allow specific date rate conversion via API.
但它们都不允许通过API进行特定的日期转换率。
1 个解决方案
#1
1
finally I found something promissing:
最后我找到了一些有希望的东西:
http://openexchangerates.org/
it is usable like that: http://openexchangerates.org/historical/2006-02-16.json
它可以这样使用:http://openexchangerates.org/historical/2006-02-16.json
or together with money.js and the open source Exchange Rates project
或者与money.js和开源汇率项目一起使用
#1
1
finally I found something promissing:
最后我找到了一些有希望的东西:
http://openexchangerates.org/
it is usable like that: http://openexchangerates.org/historical/2006-02-16.json
它可以这样使用:http://openexchangerates.org/historical/2006-02-16.json
or together with money.js and the open source Exchange Rates project
或者与money.js和开源汇率项目一起使用