外汇基金票据及债券以外的港元债务工具的未偿还总额

应用程式介面详细规格

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/money-markets/osamt-hkd-debtinst-otherthan-efbn

请求参数(必要)

参数名称 描述
segment 用于指示要检索哪组数据。
格式: segment=data segment name (new/old)
例子: segment=new

新数据

输出字段(JSON) Swagger格式
名称 类型 计量单位 描述
end_of_month 日期 期末数字
年份和月份采用ISO格式yyyy-mm,例如1997-01
fixed_rate_1y_or_less 数字 百万港元 定息债务证券(原定年期)2
短期4
1年或以下
fixed_rate_more_than_1y_to_3y 数字 百万港元 定息债务证券(原定年期)2
长期4
1年以上至3年
fixed_rate_more_than_3y_to_5y 数字 百万港元 定息债务证券(原定年期)2
长期4
3年以上至5年
fixed_rate_more_than_5y 数字 百万港元 定息债务证券(原定年期)2
长期4
5年以上
floating_rate_1y_or_less 数字 百万港元 浮息债务证券(原定年期)3
短期4
1年或以下
floating_rate_more_than_1y_to_3y 数字 百万港元 浮息债务证券(原定年期)3
长期4
1年以上至3年
floating_rate_more_than_3y_to_5y 数字 百万港元 浮息债务证券(原定年期)3
长期4
3年以上至5年
floating_rate_more_than_5y 数字 百万港元 浮息债务证券(原定年期)3
长期4
5年以上
osamt_total 数字 百万港元 总计

备注:

1. 资料来源包括彭博、债务工具中央结算系统、Dealogic及路透社。主要由于数字自2018年起包括更多短期债务证券,因此有关序列出现中断情况。
2. 定息债务证券包括所有在金融市场交易的定息债务工具。
3. 浮息债务证券包括所有在金融市场交易的浮息债务工具。
4. 短期和长期债务证券跟?国际清算银行、国际货币基金组织及欧洲中央银行最新出版的证券统计数据手册的定义作出界定。

旧数据

输出字段(JSON) Swagger格式
名称 类型 计量单位 描述
end_of_month 日期 期末数字
年份和月份采用ISO格式yyyy-mm,例如1997-01
fixed_rate_less_than_3y 数字 百万港元 定息债务工具(原定年期) 1
3年以下
fixed_rate_3to5y 数字 百万港元 定息债务工具(原定年期) 1
3至5年
fixed_rate_more_than_5y 数字 百万港元 定息债务工具(原定年期) 1
5年以上
floating_rate_less_than_3y 数字 百万港元 浮息债务工具(原定年期) 2
3年以下
floating_rate_3to5y 数字 百万港元 浮息债务工具(原定年期) 2
3至5年
floating_rate_more_than_5y 数字 百万港元 浮息债务工具(原定年期) 2
5年以上
osamt_total 数字 百万港元 总计

备注 (旧):

1. 有关统计数字来自金管局在香港资本市场公会协助下对本港债务市场活动进行的调查。
2. 定息债务工具包括定息存款证、商业票据及定息债券。
3. 浮息债务工具包括浮息存款证、浮息票据及具资产保证的浮息证券。

应用程式介面例子

Javascript例子

$.ajax({
url: 'https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/money-markets/osamt-hkd-debtinst-otherthan-efbn?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/money-markets/osamt-hkd-debtinst-otherthan-efbn?offset=0'
with urllib.request.urlopen (url) as req:
print (req.read())

如何使用应用程式介面

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