Mainland-related lending and other non-bank exposures – Mainland-related lending by type of AIs

API Detailed Documentation

API URL:

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

API Data Enquiry

Output Fields (JSON) Swagger Format
Name Type Unit Of Measure Description
end_of_monthDateAs at end of
Year and Month in ISO format yyyy-mm, For example, 1997-01
overseas_incorp_aisNumberHK$ millionOverseas-incorporated AIs
locally_incorp_aisNumberHK$ millionLocally-incorporated Ais1
mainland_bank_subs_aisNumberHK$ millionMainland banking subsidiaries of locally-incorporated AIs
lending_totalNumberHK$ millionTotal

Footnotes:

1. Including loans booked in the Mainland branches of locally-incorporated AIs.

API Examples

Javascript Example

$.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 Example

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

How to use the APIs

To learn more, please visit API documentation.