Operating expenses of the Exchange Fund

API Detailed Documentation

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/other/ef-operating-expenses
Output Fields (JSON) Swagger Format
Name Type Unit Of
Measure
Description
end_of_yearDateFor the year ended
Year format yyyy
For example, 2022
ef_typeTextAccounts1
changeable_figuresStringChangeable figures*
staff_salariesNumberHK$ millionStaff costs
Salaries and other staff costs
staff_retirementNumberHK$ millionStaff costs
Retirement benefit costs
premises_equipment_depreciationNumberHK$ millionPremises and equipment expenses
Depreciation
premises_equipment_rentalNumberHK$ millionPremises and equipment expenses
Rental expenses under operating leases
premises_equipment_otherNumberHK$ millionPremises and equipment expenses
Other premises expenses
general_operate_equipment_maintenanceNumberHK$ millionGeneral operating costs
Maintenance of office and computer equipment
general_operate_fin_infra_operateNumberHK$ millionGeneral operating costs
Financial infrastructure operation
general_operate_professionalNumberHK$ millionGeneral operating costs
Professional, consulting and other services
general_operate_fin_info_comm_servicesNumberHK$ millionGeneral operating costs
Financial information and communication services
general_operate_publicityNumberHK$ millionGeneral operating costs
Public education and publicity2
general_operate_external_relationsNumberHK$ millionGeneral operating costs
External relations2
general_operate_trainingNumberHK$ millionGeneral operating costs
Training
general_operate_invest_operating_expensesNumberHK$ millionGeneral operating costs
Expenses relating to investment properties
Operating expenses
general_operate_invest_lease_paymentNumberHK$ millionGeneral operating costs
Expenses relating to investment properties
Variable lease payment expenses
general_operate_othersNumberHK$ millionGeneral operating costs
Others
full_guarantee_gov_operating_expensesNumberHK$ millionRecovery of operating expenses for loans with full guarantee from the HKSAR Government
operating_result_insurance_businessNumberHK$ millionOperating result of insurance business
invest_fee_management_feesNumberHK$ millionInvestment management and custodian fees
Management and custodian fees
invest_fee_transaction_costNumberHK$ millionInvestment management and custodian fees
Transaction costs
invest_fee_taxNumberHK$ millionInvestment management and custodian fees
Withholding tax
invest_fee_professional_feesNumberHK$ millionInvestment management and custodian fees
Professional fees and others
total_operating_expensesNumberHK$ millionTotal operating expenses

Footnotes:

1. The operating expenses of group comprise the accounts of the Exchange Fund and those of the subsidiary companies.
2. Starting from year 2014, "Public education and publicity" has been demerged from "External relations".
* Subject to change due to the adoption of new or revised accounting policies and reclassification.

API Examples

Javascript Example

$.ajax({
url: 'https://api.hkma.gov.hk/public/market-data-and-statistics/other/ef-operating-expenses',
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/other/ef-operating-expenses'
with urllib.request.urlopen (url) as req:
print (req.read())

How to use the APIs

To learn more, please visit API documentation.