This API will be discontinued by 31 October 2023, please update your APIs and bookmark to "https://eservices.mas.gov.sg/apimg-portal/".

For more information, please subscribe to the new API resources and accelerate your app roadmap. "Browse the new API Catalogue"

[Deprecation]
API for Table II.3 Merchant Banks: Assets and Liabilities of Domestic and Asian Currency Unit Operations, Monthly
Monthly Statistical Bulletin
 
See the data published through this API 


How to use the APIs


The Resource ID for this resource is 7ddc63a4-240a-4ecc-b518-ec7b514229b6. For more details on how to use the API, see the API documentation.


Return the first five results




Fields


NoNameTitleTypeUnit Of MeasureDescription
1end_of_monthEnd of monthDatetime (Month) "YYYY-MM"  
2total_assets_liabTotal Assets / LiabilitiesNumeric (General)S$ Million 
3assets_adfb_totalAssets - Amounts due from Banks - TotalNumeric (General)S$ Million 
4assets_adfb_in_sgAssets - Amounts due from Banks - In SingaporeNumeric (General)S$ Million 
5assets_adfb_acusAssets - Amounts due from Banks - ACUsNumeric (General)S$ Million 
6assets_adfb_out_sgAssets - Amounts due from Banks - Outside SingaporeNumeric (General)S$ MillionNote: Prior to March 2004, data includes Asian Currency Units.
7assets_lnbcAssets - Loans and Advances to Non-Bank CustomersNumeric (General)S$ Million 
8assets_saeAssets - Securities and EquitiesNumeric (General)S$ Million 
9assets_othersAssets - Other AssetsNumeric (General)S$ Million 
10liab_capital_reservesLiabilities - Capital and ReservesNumeric (General)S$ Million 
11liab_adtb_totalLiabilities - Amounts due to Banks - TotalNumeric (General)S$ Million 
12liab_adtb_in_sgLiabilities - Amounts due to Banks - In SingaporeNumeric (General)S$ Million 
13liab_adtb_acusLiabilities - Amounts due to Banks - ACUsNumeric (General)S$ Million 
14liab_adtb_out_sgLiabilities - Amounts due to Banks - Outside SingaporeNumeric (General)S$ MillionNote: Prior to March 2004, data includes Asian Currency Units.
15liab_bnbcLiabilities - Borrowings from Non-Bank CustomersNumeric (General)S$ Million 
16liab_othersLiabilities - Other LiabilitiesNumeric (General)S$ Million 



Additional Notes


Provision of corporate financial advisory services, underwriting and operations in the gold market would not be reflected in the data.

API Examples


Javascript example

Making an ajax request with jQuery:
                                
                var data = {

                       resource_id:'7ddc63a4-240a-4ecc-b518-ec7b514229b6',//the resource id
                   
                       limit:5 //get 5 results                                                                   

                };

                $.ajax({

                     url: 'https://eservices.mas.gov.sg/api/action/datastore/search.json',

                     data:data,

                     dataType:'json',
                        
                     success:function(data){

                      alert('Total results found:'+ data.result.total)

                     }

                 });  

            


Python Example


               import urllib.request

                url = 'https://eservices.mas.gov.sg/api/action/datastore_search?resource_id=7ddc63a4-240a-4ecc-b518-ec7b514229b6&limit=5'
with urllib.request.url.open (url) as req:   print req.read()


© 2023, Government of Singapore. Last updated on 01 Aug 2023