Clearing House Statistics – Turnover of HKD FPS payment (Volume)

API Detailed Documentation

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/banking/ch-statistics-turnover-fps-hkd-payment-vol

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
rtctp_pp_payee_proxy_idNumberVolumeReal time credit transfer payment
(i) Payments initiated by personal accounts using payee proxy IDs
rtctp_pp_payee_acc_noNumberVolumeReal time credit transfer payment
(ii) Payments initiated by personal accounts using payee account numbers
rtctp_other_paymentNumberVolumeReal time credit transfer payment
(iii) Other payment
rtctpNumberVolumeReal time credit transfer payment
Total real time credit transfer payment (a)
rtddpNumberVolumeReal time direct debit payment (b)
rt_paymentNumberVolumeReal time mode payment (a+b)
bat_paymentNumberVolumeBatch mode payment (c)
totalNumberVolumeTotal (a)+(b)+(c)

Footnotes:

1. Faster Payment System was fully launched on 30 September 2018

API Examples

Javascript Example

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

How to use the APIs

To learn more, please visit API documentation.