外幣儲備資產

應用程式介面詳細規格

API URL:

https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/ef-fc-resv-assets/fc-resv-assests

API數據查詢

輸出字段(JSON) Swagger格式
名稱 類型 計量單位 描述
end_of_month日期期末數字
年份和月份採用ISO格式yyyy-mm,例如1997-01
fc_resv_assets_ef數字百萬美元外匯儲備資產
外匯基金
fc_resv_assets_lf數字百萬美元外匯儲備資產
土地基金
fc_resv_assets_total數字百萬美元外匯儲備資產
總計
unsettle_fx_contracts_ef數字百萬美元未交收外匯合約
外匯基金
unsettle_fx_contracts_lf數字百萬美元未交收外匯合約
土地基金
unsettle_fx_contracts_total數字百萬美元未交收外匯合約
總計
fc_assets_fx_contracts_ef數字百萬美元已包括未交收外匯合約的外匯儲備資產
外匯基金
fc_assets_fx_contracts_lf數字百萬美元已包括未交收外匯合約的外匯儲備資產
土地基金
fc_assets_fx_contracts_total數字百萬美元已包括未交收外匯合約的外匯儲備資產
總計

應用程式介面例子

Javascript例子

$.ajax({
url: 'https://api.hkma.gov.hk/public/market-data-and-statistics/monthly-statistical-bulletin/ef-fc-resv-assets/fc-resv-assests?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/ef-fc-resv-assets/fc-resv-assests?offset=0'
with urllib.request.urlopen (url) as req:
print (req.read())

如何使用應用程式介面

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