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.8 Life Insurance Companies: Business in Force, Quarterly
Monthly Statistical Bulletin
 
See the data published through this API 


How to use the APIs


The Resource ID for this resource is 7b940841-4f36-4f98-9919-57c834fff451. 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]"  
2indiv_num_policiesIndividual Policies - Number of PoliciesNumeric (General)Number of Policies 
3indiv_sums_insuredIndividual Policies - Sums InsuredNumeric (General)S$ Million 
4indiv_premiumIndividual Policies - PremiumsNumeric (General)S$ Million 
5group_num_policiesGroup Policies - Number of PoliciesNumeric (General)Number of Policies 
6group_num_livesGroup Policies - Number of Lives InsuredNumeric (General)Number of Lives 
7group_sums_insuredGroup Policies - Sums InsuredNumeric (General)S$ Million 
8group_premiumGroup Policies - PremiumsNumeric (General)S$ Million 



Additional Notes


Individual and Group Annuities are not included.

API Examples


Javascript example

Making an ajax request with jQuery:
                                
                var data = {

                       resource_id:'7b940841-4f36-4f98-9919-57c834fff451',//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=7b940841-4f36-4f98-9919-57c834fff451&limit=5'
with urllib.request.url.open (url) as req:   print req.read()


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