cmb-fx
SKILL.md
CMB FX Skill
查询招商银行外汇牌价(中间价)。
API
必须使用官方 API:
https://fx.cmbchina.com/api/v1/fx/rate
查询示例
curl -s "https://fx.cmbchina.com/api/v1/fx/rate" | jq '.body[] | select(.ccyNbrEng | contains("HKD"))'
查询招商银行外汇牌价(中间价)。
必须使用官方 API:
https://fx.cmbchina.com/api/v1/fx/rate
curl -s "https://fx.cmbchina.com/api/v1/fx/rate" | jq '.body[] | select(.ccyNbrEng | contains("HKD"))'