| — |
project:currency [2012/10/24 14:09] (当前版本) |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| + | ====== 汇率查询工具 ====== | ||
| + | |||
| + | ===== 货币转换API ===== | ||
| + | ==== 雅虎货币转换API: ==== | ||
| + | <code> | ||
| + | Yahoo API for currency exchange rate. | ||
| + | Yahoo is providing a undocumented currency exchange rate API. | ||
| + | |||
| + | Request: http://finance.yahoo.com/d/quotes.csv?e=.csv&f=sl1d1t1&s=USDINR=X | ||
| + | Response: in response it will return a csv file.here is the sample content of quotes.csv file. | ||
| + | |||
| + | "USDINR=X",45.61,"5/7/2010","3:11pm" | ||
| + | |||
| + | For more details of "f" field visit this page. http://www.gummy-stuff.org/Yahoo-data.htm | ||
| + | </code> | ||
| + | |||
| + | === 参考 === | ||
| + | |||
| + | * http://freeapis.blogspot.com/2010/05/yahoo-api-for-currency-exchange-rate.html | ||
| + | * http://www.gummy-stuff.org/Yahoo-data.htm | ||
| + | * [[:project:yahoo-data-api|雅虎API Data本地版本]] | ||
| + | |||
| + | ===== 全球所有货币列表 ===== | ||
| + | * [[http://www.xe.com/ucc/zh/full.php|中文]], [[http://www.xe.com/ucc/full/|英语]] | ||
| + | * http://www.xe.com/symbols.php | ||
| + | * http://xurrency.com/currencies | ||
| + | * http://www1.jctrans.com/tool/sjhb.htm | ||
| + | |||
| + | ===== 网站 ===== | ||
| + | * http://www.currency-converter-calculator.com/ | ||
| + | * http://www.currencyconverterrate.com/ | ||
| + | * [[:idea:currency-convert]] | ||