Exchange rate
Parameter structure
Field | Is empty | Description | Example |
from | No | The source currency. | Japanese Yen |
to | No | The target currency. | Chinese Yuan |
fromCode | No | The code of the source currency. | JPY |
toCode | No | The code of the target currency. | CNY |
currentValue | No | The current exchange rate. | 0.0466 |
updateTime | No | Last updated | 2025-10-10T15:19:00+08:00 |
Examples
Request
query: Japanese Yen exchange rateReturn
{
"from": "Japanese Yen",
"to": "Chinese Yuan",
"fromCode": "JPY",
"toCode": "CNY",
"currentValue": "0.0466",
"updateTime": "2025-10-10T15:19:00+08:00"
}该文章对您有帮助吗?