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 Interest Rates of Banks and Finance Companies, Monthly
Other Financial Statistics
 
See the data published through this API 


How to use the APIs


The Resource ID for this resource is 5f2b18a8-0883-4769-a635-879c63d3caac. 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"  
2prime_lending_ratePrime Lending RateNumeric (Percent)% p.a. 
3banks_fixed_deposits_3mBanks Fixed Deposits 3 MonthsNumeric (Percent)% p.a. 
4banks_fixed_deposits_6mBanks Fixed Deposits 6 MonthsNumeric (Percent)% p.a. 
5banks_fixed_deposits_12mBanks Fixed Deposits 12 MonthsNumeric (Percent)% p.a. 
6banks_savings_depositsBanks Savings DepositsNumeric (Percent)% p.a. 
7fc_hire_purchase_motor_3yFinance Companies Loans - Hire Purchase of New Vehicles For 3 YearsNumeric (Percent)% p.a. 
8fc_housing_loans_15yFinance Companies Housing Loans For 15 YearsNumeric (Percent)% p.a. 
9fc_fixed_deposits_3mFinance Companies Fixed Deposits 3 MonthsNumeric (Percent)% p.a. 
10fc_fixed_deposits_6mFinance Companies Fixed Deposits 6 MonthsNumeric (Percent)% p.a. 
11fc_fixed_deposits_12mFinance Companies Fixed Deposits 12 MonthsNumeric (Percent)% p.a. 
12fc_savings_depositsFinance Companies Savings DepositsNumeric (Percent)% p.a. 



Additional Notes


Figures refer to average rates compiled from that quoted by 10 leading banks and finance companies.

API Examples


Javascript example

Making an ajax request with jQuery:
                                
                var data = {

                       resource_id:'5f2b18a8-0883-4769-a635-879c63d3caac',//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=5f2b18a8-0883-4769-a635-879c63d3caac&limit=5'
with urllib.request.url.open (url) as req:   print req.read()


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