由債務工具中央結算系統託管及結算的債務工具在第二市場的成交量 (按剩餘期限列出)-所有貨幣

應用程式介面詳細規格

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/efbn/cmu-turnover-sec-mkt-remain-tenor-all-currencies

API數據查詢

輸出字段(JSON) Swagger格式
名稱 類型 計量單位 描述
end_of_month日期期內數字
年份和月份採用ISO格式yyyy-mm,例如1997-01
fixed_rate_1y_or_below_val數字百萬港元定息債務工具
1年以下
價值
fixed_rate_1y_or_below_vol數字定息債務工具
1年以下
數量
fixed_rate_1yto3y_val數字百萬港元定息債務工具
1年至3年
價值
fixed_rate_1yto3y_vol數字定息債務工具
1年至3年
數量
fixed_rate_3yto5y_val數字百萬港元定息債務工具
3年至5年
價值
fixed_rate_3yto5y_vol數字定息債務工具
3年至5年
數量
fixed_rate_5yto7y_val數字百萬港元定息債務工具
5年至7年
價值
fixed_rate_5yto7y_vol數字定息債務工具
5年至7年
數量
fixed_rate_7y_val數字百萬港元定息債務工具
7年以上
價值
fixed_rate_7y_vol數字定息債務工具
7年以上
數量
fixed_rate_subtotal_val數字百萬港元定息債務工具
小計
價值
fixed_rate_subtotal_vol數字定息債務工具
小計
數量
floating_rate_1y_or_below_val數字百萬港元浮息債務工具
1年以下
價值
floating_rate_1y_or_below_vol數字浮息債務工具
1年以下
數量
floating_rate_1yto3y_val數字百萬港元浮息債務工具
1年至3年
價值
floating_rate_1yto3y_vol數字浮息債務工具
1年至3年
數量
floating_rate_3yto5y_val數字百萬港元浮息債務工具
3年至5年
價值
floating_rate_3yto5y_vol數字浮息債務工具
3年至5年
數量
floating_rate_5yto7y_val數字百萬港元浮息債務工具
5年至7年
價值
floating_rate_5yto7y_vol數字浮息債務工具
5年至7年
數量
floating_rate_7y_val數字百萬港元浮息債務工具
7年以上
價值
floating_rate_7y_vol數字浮息債務工具
7年以上
數量
floating_rate_subtotal_val數字百萬港元浮息債務工具
小計
價值
floating_rate_subtotal_vol數字浮息債務工具
小計
數量
total_val數字百萬港元總計
價值
total_vol數字總計
數量

應用程式介面例子

Javascript例子

$.ajax({
url: 'https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/efbn/cmu-turnover-sec-mkt-remain-tenor-all-currencies?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-turnover-sec-mkt-remain-tenor-all-currencies?offset=0'
with urllib.request.urlopen (url) as req:
print (req.read())

如何使用應用程式介面

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