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.6 General Insurance Companies: Premiums and Claims , Quarterly
Monthly Statistical Bulletin
 
See the data published through this API 


How to use the APIs


The Resource ID for this resource is c6147266-d4a9-48a6-8a11-5a5bc684f6c8. 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]"  
2premium_so_grossPremiums - Singapore Operations - GrossNumeric (General)S$ Million 
3premium_so_reins_in_sgPremiums - Singapore Operations - Reinsurance Business Ceded in SingaporeNumeric (General)S$ Million 
4premium_so_reins_out_sgPremiums - Singapore Operations - Reinsurance Business Ceded outside SingaporeNumeric (General)S$ Million 
5premium_so_netPremiums - Singapore Operations - NetNumeric (General)S$ Million 
6premium_sif_grossPremiums - Singapore Insurance Fund - GrossNumeric (General)S$ Million 
7premium_sif_reins_in_sgPremiums - Singapore Insurance Fund - Reinsurance Business Ceded in SingaporeNumeric (General)S$ Million 
8premium_sif_reins_out_sgPremiums - Singapore Insurance Fund - Reinsurance Business Ceded outside SingaporeNumeric (General)S$ Million 
9premium_sif_netPremiums - Singapore Insurance Fund - NetNumeric (General)S$ Million 
10claim_so_grossClaims - Singapore Operations - GrossNumeric (General)S$ Million 
11claim_so_reins_in_sgClaims - Singapore Operations - Recoveries from Reinsurance Business Ceded in SingaporeNumeric (General)S$ Million 
12claim_so_reins_out_sgClaims - Singapore Operations - Recoveries from Reinsurance Business Ceded outside SingaporeNumeric (General)S$ Million 
13claim_so_netClaims - Singapore Operations - NetNumeric (General)S$ Million 
14claim_sif_grossClaims - Singapore Insurance Fund - GrossNumeric (General)S$ Million 
15claim_sif_reins_in_sgClaims - Singapore Insurance Fund - Recoveries from Reinsurance Business Ceded in SingaporeNumeric (General)S$ Million 
16claim_sif_reins_out_sgClaims - Singapore Insurance Fund - Recoveries from Reinsurance Business Ceded outside SingaporeNumeric (General)S$ Million 
17claim_sif_netClaims - Singapore Insurance Fund - NetNumeric (General)S$ Million 



Additional Notes


Singapore operations refer to the companies' total operations in Singapore including that of the Singapore Insurance Fund.
With effect from 2005 and 2008, data excludes that of captive insurers and marine mutual insurers respectively.

API Examples


Javascript example

Making an ajax request with jQuery:
                                
                var data = {

                       resource_id:'c6147266-d4a9-48a6-8a11-5a5bc684f6c8',//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=c6147266-d4a9-48a6-8a11-5a5bc684f6c8&limit=5'
with urllib.request.url.open (url) as req:   print req.read()


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