外匯基金票據及債券在第二市場的成交量-原有期限

應用程式介面詳細規格

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/efbn/efbn-turnover-sec-mkt-original-maturity

API數據查詢

輸出字段(JSON) Swagger格式
名稱 類型 計量單位 描述
end_of_month日期期內數字
年份和月份採用ISO格式yyyy-mm,例如1997-01
efb_91d數字期內平均每日成交量,百萬港元外匯基金票據
91日
efb_182d數字期內平均每日成交量,百萬港元外匯基金票據
182日
efb_364d數字期內平均每日成交量,百萬港元外匯基金票據
364日
efb數字期內平均每日成交量,百萬港元外匯基金票據
小計
efn數字期內平均每日成交量,百萬港元外匯基金債券
efbn_total數字期內平均每日成交量,百萬港元外匯基金票據及債券未償還總額
總計

應用程式介面例子

Javascript例子

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

如何使用應用程式介面

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