中國內地相關貸款及其他非銀行類客戶風險承擔-中國內地相關貸款-按認可機構類別劃分

應用程式介面詳細規格

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/banking/mr-lending-ais-type

API數據查詢

輸出字段(JSON) Swagger格式
名稱 類型 計量單位 描述
end_of_month日期期末數字
年份和月份採用ISO格式yyyy-mm,例如1997-01
overseas_incorp_ais數字百萬港元境外註冊認可機構
locally_incorp_ais數字百萬港元本地註冊認可機構1
mainland_bank_subs_ais數字百萬港元本地註冊認可機構設於中國內地的銀行附屬公司
lending_total數字百萬港元總計

備註:

1. 包括本地註冊認可機構中國內地分行入帳的貸款。

應用程式介面例子

Javascript例子

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

如何使用應用程式介面

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