在港發行的可轉讓存款證分析

應用程式介面詳細規格

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/money-markets/ncds-issued-in-hk

API數據查詢

輸出字段(JSON) Swagger格式
名稱 類型 計量單位 描述
end_of_month日期期末數字
年份和月份採用ISO格式yyyy-mm,例如1997-01
ncds_outstanding_hkd數字百萬港元未償還的可轉讓存款證
港元
ncds_outstanding_fc數字百萬港元未償還的可轉讓存款證
外幣
ncds_outstanding_total數字百萬港元未償還的可轉讓存款證
總計
of_which_by_ais_hkd數字百萬港元由認可機構持有
港元
of_which_by_ais_fc數字百萬港元由認可機構持有
外幣
of_which_by_ais_total數字百萬港元由認可機構持有
總計
of_which_by_pub_hkd數字百萬港元由公眾持有
港元
of_which_by_pub_fc數字百萬港元由公眾持有
外幣
of_which_by_pub_total數字百萬港元由公眾持有
總計
proport_outstand_ncds_by_pub_hkd數字百萬港元由公眾持有的可轉讓存款證比例 (%)
港元
proport_outstand_ncds_by_pub_fc數字百萬港元由公眾持有的可轉讓存款證比例 (%)
外幣
proport_outstand_ncds_by_pub_total數字百萬港元由公眾持有的可轉讓存款證比例 (%)
總計

應用程式介面例子

Javascript例子

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

如何使用應用程式介面

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