外匯基金票據及債券的未償還總額-剩餘期限

應用程式介面詳細規格

API URL:

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

API數據查詢

輸出字段(JSON) Swagger格式
名稱 類型 計量單位 描述
end_of_month日期期末數字
年份和月份採用ISO格式yyyy-mm,例如1997-01
efb_1y_or_below數字百萬港元外匯基金票據
1年以下
efn_1y_or_below數字百萬港元外匯基金債券
1年以下
efn_1yto3y數字百萬港元外匯基金債券
1年至3年
efn_3yto5y數字百萬港元外匯基金債券
3年至5年
efn_5yto7y數字百萬港元外匯基金債券
5年至7年
efn_7yto10y數字百萬港元外匯基金債券
7年至10年
efn_10y數字百萬港元外匯基金債券
10年以上
efn_subtotal數字百萬港元外匯基金債券
小計
efbn_total數字百萬港元總計

應用程式介面例子

Javascript例子

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

如何使用應用程式介面

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