Foreign currency reserve assets

API Detailed Documentation

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/ef-fc-resv-assets/fc-resv-assests

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
fc_resv_assets_efNumberUS$ millionForeign Currency Reserve Assets
Exchange Fund
fc_resv_assets_lfNumberUS$ millionForeign Currency Reserve Assets
Land Fund
fc_resv_assets_totalNumberUS$ millionForeign Currency Reserve Assets
Total
unsettle_fx_contracts_efNumberUS$ millionUnsettled Foreign Exchange Contracts
Exchange Fund
unsettle_fx_contracts_lfNumberUS$ millionUnsettled Foreign Exchange Contracts
Land Fund
unsettle_fx_contracts_totalNumberUS$ millionUnsettled Foreign Exchange Contracts
Total
fc_assets_fx_contracts_efNumberUS$ millionForeign Currency Reserve Assets Including Unsettled Foreign Exchange Contracts
Exchange Fund
fc_assets_fx_contracts_lfNumberUS$ millionForeign Currency Reserve Assets Including Unsettled Foreign Exchange Contracts
Land Fund
fc_assets_fx_contracts_totalNumberUS$ millionForeign Currency Reserve Assets Including Unsettled Foreign Exchange Contracts
Total

API Examples

Javascript Example

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

How to use the APIs

To learn more, please visit API documentation.