Turnover of Exchange Fund Bills & Notes in the secondary market – Original maturity

API Detailed Documentation

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/efbn/efbn-turnover-sec-mkt-original-maturity

API Data Enquiry

Output Fields (JSON) Swagger Format
Name Type Unit Of Measure Description
end_of_monthDateDuring
Year and Month in ISO format yyyy-mm, For example, 1997-01
efb_91dNumberPeriod average daily turnover, HK$ millionExchange Fund Bills
91-day
efb_182dNumberPeriod average daily turnover, HK$ millionExchange Fund Bills
182-day
efb_364dNumberPeriod average daily turnover, HK$ millionExchange Fund Bills
364-day
efbNumberPeriod average daily turnover, HK$ millionExchange Fund Bills
Sub-total
efnNumberPeriod average daily turnover, HK$ millionExchange Fund Notes
efbn_totalNumberPeriod average daily turnover, HK$ millionOutstanding amount of Exchange Fund Bills & Notes
Total

API Examples

Javascript Example

$.ajax({
url: 'https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/efbn/efbn-turnover-sec-mkt-original-maturity?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/efbn/efbn-turnover-sec-mkt-original-maturity?offset=0'
with urllib.request.urlopen (url) as req:
print (req.read())

How to use the APIs

To learn more, please visit API documentation.