汇率查询

优选
HTTPS
人民币、美元、欧元、英镑、日元、韩元等100多种货币的实时汇率查询,提供汇率转换、单个货币对应的热门货币汇率行情等API。
免费套餐
Level1
Level2
Level3
0 / 5 次

雷达评级

AA

用户规模

10 万+

产品上线

4

汇率转换

接口地址
https://binstd.apistd.com/exchange/convert
响应格式
application/json
请求方法
POST
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
fromstring
string
要换算的单位
tostring
string
换算后的单位
amountstring
string
数量
返回参数 (Body)
参数类型描述
statusstring
string
返回码
msgstring
string
返回说明信息
resultobject
object
返回结果
fromstring
string
要换算的货币
tostring
string
换算后的货币
fromnamestring
string
要换算的货币名称
tonamestring
string
换算后的货币名称
updatetimestring
string
更新时间
ratestring
string
汇率
camountstring
string
计算金额
请求返回示例
{
  "status": "0",
  "msg": "ok",
  "result": {
    "from": "CNY",
    "to": "USD",
    "fromname": "人民币",
    "toname": "美元",
    "updatetime": "2015-10-26 16:56:22",
    "rate": "0.1574",
    "camount": "1.574"
  }
}