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.5 Insurance Companies: Assets, Quarterly
Monthly Statistical Bulletin
 
See the data published through this API 


How to use the APIs


The Resource ID for this resource is 8e3dcf0d-6a8c-4bcc-87ab-1c3ed2dc1783. For more details on how to use the API, see the API documentation.


Return the first five results




Fields


NoNameTitleTypeUnit Of MeasureDescription
1end_of_quarterEnd of quarterDatetime (Quarter) "YYYY-Q[Q]"  
2so_totalSingapore Operations - TotalNumeric (General)S$ Million 
3so_sifSingapore Operations - Singapore Insurance FundNumeric (General)S$ MillionNote: Refers to the Singapore Life Insurance Fund and the Singapore General Insurance Fund.
4sif_life_totalSingapore Life Insurance Fund - TotalNumeric (General)S$ Million 
5sif_life_cash_depositsSingapore Life Insurance Fund - Cash and DepositsNumeric (General)S$ Million 
6sif_life_debtSingapore Life Insurance Fund - Debt SecuritiesNumeric (General)S$ MillionNote: Prior to 2005, data refer to government securities.
7sif_life_equitSingapore Life Insurance Fund - Equities SecuritiesNumeric (General)S$ Million 
8sif_life_loansSingapore Life Insurance Fund - LoansNumeric (General)S$ Million 
9sif_life_othersSingapore Life Insurance Fund - Other AssetsNumeric (General)S$ Million 
10sif_gen_totalSingapore General Insurance Fund - TotalNumeric (General)S$ Million 
11sif_gen_cash_depositsSingapore General Insurance Fund - Cash and DepositsNumeric (General)S$ Million 
12sif_gen_debtSingapore General Insurance Fund - Debt SecuritiesNumeric (General)S$ MillionNote: Prior to 2005, data refer to government securities.
13sif_gen_equitSingapore General Insurance Fund - Equities SecuritiesNumeric (General)S$ Million 
14sif_gen_loansSingapore General Insurance Fund - LoansNumeric (General)S$ Million 
15sif_gen_othersSingapore General Insurance Fund - Other AssetsNumeric (General)S$ Million 



Additional Notes


With effect from 2005 and 2008, data exclude that of captive insurers and marine mutual insurers respectively.

API Examples


Javascript example

Making an ajax request with jQuery:
                                
                var data = {

                       resource_id:'8e3dcf0d-6a8c-4bcc-87ab-1c3ed2dc1783',//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=8e3dcf0d-6a8c-4bcc-87ab-1c3ed2dc1783&limit=5'
with urllib.request.url.open (url) as req:   print req.read()


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