由债务工具中央结算系统托管及结算的债务工具未偿还总额 (按剩余期限列出)-其他外币

应用程式介面详细规格

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/efbn/cmu-outstanding-remain-tenor-other-fc

API数据查询

输出字段(JSON) Swagger格式
名称 类型 计量单位 描述
end_of_month日期期末数字
年份和月份采用ISO格式yyyy-mm,例如1997-01
fixed_rate_1y_or_below数字百万港元定息债务工具
1年以下
fixed_rate_1yto3y数字百万港元定息债务工具
1年至3年
fixed_rate_3yto5y数字百万港元定息债务工具
3年至5年
fixed_rate_5yto7y数字百万港元定息债务工具
5年至7年
fixed_rate_7y数字百万港元定息债务工具
7年以上
fixed_rate_subtotal数字百万港元定息债务工具
小计
floating_rate_1y_or_below数字百万港元浮息债务工具
1年以下
floating_rate_1yto3y数字百万港元浮息债务工具
1年至3年
floating_rate_3yto5y数字百万港元浮息债务工具
3年至5年
floating_rate_5yto7y数字百万港元浮息债务工具
5年至7年
floating_rate_7y数字百万港元浮息债务工具
7年以上
floating_rate_subtotal数字百万港元浮息债务工具
小计
total数字百万港元总计

应用程式介面例子

Javascript例子

$.ajax({
url: 'https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/efbn/cmu-outstanding-remain-tenor-other-fc?offset=0',
dataType:'json',
success:function(data){
alert('results found:'+ data.result.datasize)
}
});

Python例子

import urllib.request
url = 'https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/efbn/cmu-outstanding-remain-tenor-other-fc?offset=0'
with urllib.request.urlopen (url) as req:
print (req.read())

如何使用应用程式介面

有关详情,请浏覧「应用程式介面规格」。