Turnover of CMU issues in the secondary market (remaining tenor) – All currencies

API Detailed Documentation

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/efbn/cmu-turnover-sec-mkt-remain-tenor-all-currencies

API Data Enquiry

Output Fields (JSON) Swagger Format
Name Type Unit Of Measure Description
end_of_monthDatePeriod Figures
Year and Month in ISO format yyyy-mm, For example, 1997-01
fixed_rate_1y_or_below_valNumberHK$ millionFixed Rate Issues
1 year or below
Value
fixed_rate_1y_or_below_volNumberFixed Rate Issues
1 year or below
Volume
fixed_rate_1yto3y_valNumberHK$ millionFixed Rate Issues
Over 1 year & up to 3 years
Value
fixed_rate_1yto3y_volNumberFixed Rate Issues
Over 1 year & up to 3 years
Volume
fixed_rate_3yto5y_valNumberHK$ millionFixed Rate Issues
Over 3 years & up to 5 years
Value
fixed_rate_3yto5y_volNumberFixed Rate Issues
Over 3 years & up to 5 years
Volume
fixed_rate_5yto7y_valNumberHK$ millionFixed Rate Issues
Over 5 years & up to 7 years
Value
fixed_rate_5yto7y_volNumberFixed Rate Issues
Over 5 years & up to 7 years
Volume
fixed_rate_7y_valNumberHK$ millionFixed Rate Issues
Over 7 years
Value
fixed_rate_7y_volNumberFixed Rate Issues
Over 7 years
Volume
fixed_rate_subtotal_valNumberHK$ millionFixed Rate Issues
Sub-total
Value
fixed_rate_subtotal_volNumberFixed Rate Issues
Sub-total
Volume
floating_rate_1y_or_below_valNumberHK$ millionFloating Rate Issues
1 year or below
Value
floating_rate_1y_or_below_volNumberFloating Rate Issues
1 year or below
Volume
floating_rate_1yto3y_valNumberHK$ millionFloating Rate Issues
Over 1 year & up to 3 years
Value
floating_rate_1yto3y_volNumberFloating Rate Issues
Over 1 year & up to 3 years
Volume
floating_rate_3yto5y_valNumberHK$ millionFloating Rate Issues
Over 3 years & up to 5 years
Value
floating_rate_3yto5y_volNumberFloating Rate Issues
Over 3 years & up to 5 years
Volume
floating_rate_5yto7y_valNumberHK$ millionFloating Rate Issues
Over 5 years & up to 7 years
Value
floating_rate_5yto7y_volNumberFloating Rate Issues
Over 5 years & up to 7 years
Volume
floating_rate_7y_valNumberHK$ millionFloating Rate Issues
Over 7 years
Value
floating_rate_7y_volNumberFloating Rate Issues
Over 7 years
Volume
floating_rate_subtotal_valNumberHK$ millionFloating Rate Issues
Sub-total
Value
floating_rate_subtotal_volNumberFloating Rate Issues
Sub-total
Volume
total_valNumberHK$ millionTotal
Value
total_volNumberTotal
Volume

API Examples

Javascript Example

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

How to use the APIs

To learn more, please visit API documentation.