由債務工具中央結算系統託管及結算的債務工具未償還總額 (按剩餘期限列出)-港元

應用程式介面詳細規格

API URL:

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

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-hkd?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-hkd?offset=0'
with urllib.request.urlopen (url) as req:
print (req.read())

如何使用應用程式介面

有關詳情,請瀏覧「應用程式介面規格」。