Liabilities due to other authorized institutions

API Detailed Documentation

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/money-markets/liab-dt-other-ais

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
pay_on_dem_money_call_hkdNumberHK$ millionPayable on demand and money at call
HK$
pay_on_dem_money_call_fcNumberHK$ millionPayable on demand and money at call
F.C.
pay_on_dem_money_call_totalNumberHK$ millionPayable on demand and money at call
Total
repay_or_call_in_3m_hkdNumberHK$ millionRepayable or callable within 3 months
HK$
repay_or_call_in_3m_fcNumberHK$ millionRepayable or callable within 3 months
F.C.
repay_or_call_in_3m_totalNumberHK$ millionRepayable or callable within 3 months
Total
repay_or_call_oth_than_3m_hkdNumberHK$ millionRepayable or callable later than 3 months
HK$
repay_or_call_oth_than_3m_fcNumberHK$ millionRepayable or callable later than 3 months
F.C.
repay_or_call_oth_than_3m_totalNumberHK$ millionRepayable or callable later than 3 months
Total
total_loans_hkdNumberHK$ millionTotal
HK$
total_loans_fcNumberHK$ millionTotal
F.C.
total_loansNumberHK$ millionTotal
Total

API Examples

Javascript Example

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

How to use the APIs

To learn more, please visit API documentation.