[SceneItem] exchange_rate-Exchange rate

更新时间:
复制 MD 格式

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 rate

Return

{
    "from": "Japanese Yen",
    "to": "Chinese Yuan",
    "fromCode": "JPY",
    "toCode": "CNY",
    "currentValue": "0.0466",
    "updateTime": "2025-10-10T15:19:00+08:00"
}