中國內地相關貸款及其他非銀行類客戶風險承擔-其他中國內地相關非銀行類客戶風險承擔

應用程式介面詳細規格

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/banking/other-mr-non-bank-exposures

API數據查詢

輸出字段(JSON) Swagger格式
名稱 類型 計量單位 描述
end_of_month日期期末數字
年份和月份採用ISO格式yyyy-mm,例如1997-01
ndi_obs_exposures數字百萬港元可轉讓債務工具及其他資產負債表內的風險承擔
obs_exposures數字百萬港元資產負債表外的風險承擔
lending_total數字百萬港元總計

應用程式介面例子

Javascript例子

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

如何使用應用程式介面

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