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.2 Finance Companies: Loans and Advances, Monthly
Monthly Statistical Bulletin
 
See the data published through this API 


How to use the APIs


The Resource ID for this resource is 27e076cd-23c6-4399-8906-f92e8a6327c7. 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"  
2laa_totalTotal Loans and AdvancesNumeric (General)S$ Million 
3housing_loansHousing LoansNumeric (General)S$ Million 
4hire_purchase_totalHire Purchase Finance - TotalNumeric (General)S$ Million 
5hire_purchase_motorHire Purchase Finance - Motor VehiclesNumeric (General)S$ Million 
6hire_purchase_consumerHire Purchase Finance - Consumer DurablesNumeric (General)S$ Million 
7hire_purchase_othersHire Purchase Finance - OthersNumeric (General)S$ Million 
8lease_finLease FinanceNumeric (General)S$ Million 
9othersOther Loans and AdvancesNumeric (General)S$ MillionNote: Includes block discounting.



API Examples


Javascript example

Making an ajax request with jQuery:
                                
                var data = {

                       resource_id:'27e076cd-23c6-4399-8906-f92e8a6327c7',//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=27e076cd-23c6-4399-8906-f92e8a6327c7&limit=5'
with urllib.request.url.open (url) as req:   print req.read()


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