貸款及墊款(按用途劃分)-持牌銀行

應用程式介面詳細規格

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/banking/loans-by-type-lb

請求參數(必要)

參數名稱 描述
segment 用於指示要檢索哪組數據。
格式: segment=data segment name (new/old)
例子: segment=new
輸出字段(JSON) Swagger格式
名稱 類型 計量單位 描述
end_of_month日期期末數字
年份和月份採用ISO格式yyyy-mm,例如1997-01
imp_exp_reexp_fromhk_hkd數字百萬港元香港貨物的出入口及轉口融資
港元
imp_exp_reexp_fromhk_fc數字百萬港元香港貨物的出入口及轉口融資
外幣
imp_exp_reexp_fromhk_total數字百萬港元香港貨物的出入口及轉口融資
總計
merch_trade_nonhk_hkd數字百萬港元香港境外的商品貿易融資
港元
merch_trade_nonhk_fc數字百萬港元香港境外的商品貿易融資
外幣
merch_trade_nonhk_total數字百萬港元香港境外的商品貿易融資
總計
loans_inhk_hkd數字百萬港元在香港使用的貸款1
港元
loans_inhk_fc數字百萬港元在香港使用的貸款1
外幣
loans_inhk_total數字百萬港元在香港使用的貸款1
總計
other_loans_outhk_hkd數字百萬港元其他在香港境外使用的貸款
港元
other_loans_outhk_fc數字百萬港元其他在香港境外使用的貸款
外幣
other_loans_outhk_total數字百萬港元其他在香港境外使用的貸款總計
other_loans_unkplace_hkd數字百萬港元其他使用地區不明確的貸款
港元
other_loans_unkplace_fc數字百萬港元其他使用地區不明確的貸款
外幣
other_loans_unkplace_total數字百萬港元其他使用地區不明確的貸款
總計
total_loans_hkd數字百萬港元貸款及墊款總額
港元
total_loans_fc數字百萬港元貸款及墊款總額
外幣
total_loans數字百萬港元貸款及墊款總額
總計

備註:

1. 在香港使用的貸款是指對香港的經濟活動有直接影響的貸款。 這一般視乎該筆貸款是否由香港提供或在香港支付,以及客戶的主要業務所在地而定。
2. 2018年12月的在香港/在香港境外使用的貸款的數字已作出重列,以反映認可機構將營運資金貸款重新分類。由於並無2018年12月以前的重新分類貸款數據,因此,在香港/在香港境外使用的貸款(包括其組成項目)的按季及按年增長率可根據沒有該重新分類的貸款數據所計算(載於試算表「T3.4.2(old)」)。

應用程式介面例子

Javascript例子

$.ajax({
url: 'https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/banking/loans-by-type-lb?offset=0',
dataType:'json',
success:function(data){
alert('results found:'+ data.result.datasize)
}
});

Python例子

import urllib.request
url = 'https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/banking/loans-by-type-lb?offset=0'
with urllib.request.urlopen (url) as req:
print (req.read())

如何使用應用程式介面

有關詳情,請瀏覧「應用程式介面規格」。