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 Domestic Interest Rates, Daily
Other Financial Statistics
 
See the data published through this API 


How to use the APIs


The Resource ID for this resource is 9a0bf149-308c-4bd2-832d-76c8e6cb47ed. For more details on how to use the API, see the API documentation.


Return the first five results




Fields


NoNameTitleTypeUnit Of MeasureDescription
1end_of_dayEnd of dayDatetime (Day) "YYYY-MM-DD"  
2interbank_overnightInterbank OvernightNumeric (Percent)% p.a. 
3interbank_1wInterbank 1-weekNumeric (Percent)% p.a. 
4interbank_1mInterbank 1-monthNumeric (Percent)% p.a. 
5interbank_2mInterbank 2-monthNumeric (Percent)% p.a. 
6interbank_3mInterbank 3-monthNumeric (Percent)% p.a. 
7interbank_6mInterbank 6-monthNumeric (Percent)% p.a. 
8interbank_12mInterbank 12-monthNumeric (Percent)% p.a. 
9commercial_bills_3m3-month Commercial BillsNumeric (Percent)% p.a. 
10usd_sibor_3m3-month US$ SIBORNumeric (Percent)% p.a. 
11sgs_repo_overnight_rateSGS Repo Overnight RateNumeric (Percent)% p.a. 
12standing_facility_depositStanding Facility Deposit RateNumeric (Percent)% p.a. 
13standing_facility_borrowStanding Facility Borrowing RateNumeric (Percent)% p.a. 
14rmb_overnight_rateRMB Overnight RateNumeric (Percent)% p.a. 
15soraSORANumeric (Percent)% p.a. 
16sora_indexSORA IndexNumeric (General)  
17comp_sora_1m1-month Compounded SORANumeric (Percent)% p.a. 
18comp_sora_3m3-month Compounded SORANumeric (Percent)% p.a. 
19comp_sora_6m6-month Compounded SORANumeric (Percent)% p.a. 
20aggregate_volumeAggregate Volume of SORA TransactionsNumeric (General)S$ Million 
21highest_transactionAggregate Volume of SORA TransactionsNumeric (Percent)% p.a. 
22lowest_transactionLowest Transacted Rate from Reporting Banks for SORANumeric (Percent)% p.a. 
23calculation_methodSORA Calculation MethodText  



Additional Notes


* Data is as at the end of the date indicated.

After a review of the market demand and usage of MAS-administered financial benchmarks, a decision was made to discontinue the following domestic interest rates with effect from 1 January 2014:
• Interbank (Overnight, 1-week, 1-month, 2-month, 3-month, 6-month, 12-month)
• 3-month Commercial Bills
• SGS Overnight Repo

Historical data for these rates will still be available on the MAS website. For further enquiries, please contact the Monetary and Domestic Markets Management Department at 6229 9150.

The Singapore Overnight Rate Average or SORA is the volume-weighted average rate of borrowing transactions in the unsecured overnight interbank SGD cash market in Singapore between 8.00am and 6.15pm.

The SORA Publication Date is the same as the SORA Compounded Index Value Date.

For the Singapore Interbank Offered Rates (SIBOR) and Swap Offer Rates (SOR), please refer to the Association of Banks in Singapore’s website.

API Examples


Javascript example

Making an ajax request with jQuery:
                                
                var data = {

                       resource_id:'9a0bf149-308c-4bd2-832d-76c8e6cb47ed',//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=9a0bf149-308c-4bd2-832d-76c8e6cb47ed&limit=5'
with urllib.request.url.open (url) as req:   print req.read()


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