Components of seasonally adjusted Hong Kong dollar M1

API Detailed Documentation

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/money/components-seasonally-adjusted-hkd

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
legal_tender_notes_coins_in_pubNumberHK$ millionLegal tender notes and coins in hands of public
demand_deposits_with_lbNumberHK$ millionHK$ demand deposits with licensed banks
m1_supplyNumberHK$ millionHK$ M1

API Examples

Javascript Example

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

How to use the APIs

To learn more, please visit API documentation.