External liabilities and claims – Positions vis-a-vis Singapore

API Detailed Documentation

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/banking/elc-pos-v-sin

Request Parameters (Mandatory)

Parameter Name Description
segment Used to indicate which sets of data are going to retrieve.
Format: segment=data segment name (new/old)
Example: segment=new
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
liability_bank_sg_hkdNumberHK$ millionPosition vis-a-vis Singapore
Liabilities to banks in Singapore HK$2
liability_bank_sg_fcNumberHK$ millionPosition vis-a-vis Singapore
Liabilities to banks in Singapore F.C.
claim_bank_sg_hkdNumberHK$ millionPosition vis-a-vis Singapore
Claims on banks in Singapore HK$
claim_bank_sg_fcNumberHK$ millionPosition vis-a-vis Singapore
Claims on banks in Singapore F.C.
liability_nbc_sg_hkdNumberHK$ millionPosition vis-a-vis Singapore
Liabilities to non-bank customers in Singapore HK$
liability_nbc_sg_fcNumberHK$ millionPosition vis-a-vis Singapore
Liabilities to non-bank customers in Singapore F.C.
claim_nbc_sg_hkdNumberHK$ millionPosition vis-a-vis Singapore
Claims on non-bank customers in Singapore HK$
claim_nbc_sg_fcNumberHK$ millionPosition vis-a-vis Singapore
Claims on non-bank customers in Singapore F.C.

Footnotes:

1. For positions from June 2015 onwards, the external liabilities and claims data are collected following the Bank for International Settlements' (BIS) Guidelines for Reporting the BIS International Banking Statistics issued in March 2013 (BIS Guidelines). The data are analysed according to the residence of counterparty. Some positions have been reclassified and are not directly comparable with positions before June 2015.
2. Incomplete data coverage for positions before December 2014 due to reporting gaps of authorized institutions.
3. External liabilities and claims are analysed by the address of the counterparty. This means, in the case a company with branches, the business address of the office with which the liabilities or claims were incurred and in the case of an individual, his/her home address.
4. Note that only quarterly figures are available prior to April 1994 while the monthly series are available since then until February 2004. As from March 2004, only quarterly figures are available.

API Examples

Javascript Example

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

How to use the APIs

To learn more, please visit API documentation.