Outstanding amount of Government Bonds – Remaining tenor

API Detailed Documentation

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/gov-bond/out-amt-gov-bonds-remaining-tenor

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
institutional_1y_or_belowNumberHK$ billionInstitutional Bond Issuance Programme
1 year or below
institutional_1yto3yNumberHK$ billionInstitutional Bond Issuance Programme
Over 1 year & up to 3 years
institutional_3yto5yNumberHK$ billionInstitutional Bond Issuance Programme
Over 3 years & up to 5 years
institutional_5yto7yNumberHK$ billionInstitutional Bond Issuance Programme
Over 5 years & up to 7 years
institutional_over7yNumberHK$ billionInstitutional Bond Issuance Programme
Over 7 years
institutional_subtotalNumberHK$ billionInstitutional Bond Issuance Programme
Sub-total
retail_1y_or_belowNumberHK$ billionRetail Bond Issuance Programme
1 year or below
retail_1yto3yNumberHK$ billionRetail Bond Issuance Programme
Over 1 year & up to 3 years
retail_3yto5yNumberHK$ billionRetail Bond Issuance Programme
Over 3 years & up to 5 years
retail_5yto7yNumberHK$ billionRetail Bond Issuance Programme
Over 5 years & up to 7 years
retail_subtotalNumberHK$ billionRetail Bond Issuance Programme
Sub-total
totalNumberHK$ billionTotal

Footnotes:

Notes: In addition, the HKSAR Government issued three Islamic bonds under the Government Bond Programme, each with an issuance size of US$1 billion, on 18 September 2014 (Stock Code:4223), 3 June 2015 (Stock Code:4226) and 28 February 2017 (Stock Code:4233). The 2014 and 2015 issuances were 5-year tenors while the 2017 issuance was a 10-year tenor.

API Examples

Javascript Example

$.ajax({
url: 'https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/gov-bond/out-amt-gov-bonds-remaining-tenor?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/gov-bond/out-amt-gov-bonds-remaining-tenor?offset=0'
with urllib.request.urlopen (url) as req:
print (req.read())

How to use the APIs

To learn more, please visit API documentation.