Clearing House Statistics – Turnover of RMB FPS payment (Value)

API Detailed Documentation

API URL:

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

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_idNumberValue in RMB thousandReal time credit transfer payment
(i) Payments initiated by personal accounts using payee proxy IDs
rtctp_pp_payee_acc_noNumberValue in RMB thousandReal time credit transfer payment
(ii) Payments initiated by personal accounts using payee account numbers
rtctp_other_paymentNumberValue in RMB thousandReal time credit transfer payment
(iii) Other payment
rtctpNumberValue in RMB thousandReal time credit transfer payment
Total real time credit transfer payment (a)
rtddpNumberValue in RMB thousandReal time direct debit payment (b)
rt_paymentNumberValue in RMB thousandReal time mode payment (a+b)
bat_paymentNumberValue in RMB thousandBatch mode payment (c)
totalNumberValue in RMB thousandTotal (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-rmb-payment-val?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-rmb-payment-val?offset=0'
with urllib.request.urlopen (url) as req:
print (req.read())

How to use the APIs

To learn more, please visit API documentation.