| 接口频率限制 | 1000 次/分钟、50 次/秒 |
|---|---|
| 权限要求 | 查看、创建、编辑主数据固定汇率相关信息 |
Authorization: Bearer ********************curl --location 'https://open.qfei.cn/open-apis/mdm/v1/fixed_exchange_rate?date=2022-09-15&source_currency=USD&target_currency=CNY' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"code": 0,
"msg": "success",
"data": {
"fixed_exchange_rate": {
"source_currency": "USD",
"target_currency": "CNY",
"effective_date": "2022-02-13",
"exchange_rate": "0.1720000000",
"status": 1
}
}
}