中国内地相关贷款及其他非银行类客户风险承担-中国内地相关贷款-按认可机构类别划分

应用程式介面详细规格

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())

如何使用应用程式介面

有关详情,请浏覧「应用程式介面规格」。