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 (Prior 2005) 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 02fca2e9-b851-410c-a314-13e2cec9f69c. 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$ MillionNote: Gross premiums/claims for insurance and reinsurance companies less premiums paid for/recovered from reinsurance in Singapore.
3premium_so_reinsPremiums - Singapore Operations - Paid for Reinsurance outside SingaporeNumeric (General)S$ Million 
4premium_so_netPremiums - Singapore Operations - NetNumeric (General)S$ Million 
5premium_sif_grossPremiums - Singapore Insurance Fund - GrossNumeric (General)S$ MillionNote: Gross premiums/claims for insurance and reinsurance companies less premiums paid for/recovered from reinsurance in Singapore.
6premium_sif_reinsPremiums - Singapore Insurance Fund - Paid for Reinsurance outside SingaporeNumeric (General)S$ Million 
7premium_sif_netPremiums - Singapore Insurance Fund - NetNumeric (General)S$ Million 
8claim_so_grossClaims - Singapore Operations - GrossNumeric (General)S$ MillionNote: Gross premiums/claims for insurance and reinsurance companies less premiums paid for/recovered from reinsurance in Singapore.
9claim_so_reinsClaims - Singapore Operations - Recovered from Reinsurance outside SingaporeNumeric (General)S$ Million 
10claim_so_netClaims - Singapore Operations - NetNumeric (General)S$ Million 
11claim_sif_grossClaims - Singapore Insurance Fund - GrossNumeric (General)S$ MillionNote: Gross premiums/claims for insurance and reinsurance companies less premiums paid for/recovered from reinsurance in Singapore.
12claim_sif_reinsClaims - Singapore Insurance Fund - Recovered from Reinsurance outside SingaporeNumeric (General)S$ Million 
13claim_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.

API Examples


Javascript example

Making an ajax request with jQuery:
                                
                var data = {

                       resource_id:'02fca2e9-b851-410c-a314-13e2cec9f69c',//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=02fca2e9-b851-410c-a314-13e2cec9f69c&limit=5'
with urllib.request.url.open (url) as req:   print req.read()


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