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 I.17A Credit and Charge Card Statistics, Quarterly
Monthly Statistical Bulletin
 
See the data published through this API 


How to use the APIs


The Resource ID for this resource is 82cb6eb9-514d-4eac-b5f4-31cf6022d143. 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]"  
2cards_mainNumber of Cardholders - PrincipalNumeric (General)Number of CardholdersNote: Refer to end of period. The data series refers to the total number of principal cardholders in Table 2: General Data II.
3cards_suppNumber of Cardholders - SupplementaryNumeric (General)Number of CardholdersNote: Refer to end of period. The data series refers to the total number of supplementary cardholders in Table 2: General Data II.
4total_card_billingsTotal Card BillingsNumeric (General)S$ MillionNote: The data series refers to reporting entities' total billings of cardholders in and outside Singapore in Table 1: General Data 1.
5rollover_balRollover BalanceNumeric (General)S$ MillionNote: Refer to end of period. The data series refers to the sum of rollover balance in Table 4: Credit Cards, Table 5A: Exempted Credit Cards & Charge Cards issued under Regulation 14(5)(b) or (6), and Table 5B: Exempted Micro credit cards & charge cards.
6bad_debts_written_offBad Debts Written OffNumeric (General)S$ MillionNote: Refer to total bad debts written off in Table 1: General Data I.
7charge_off_ratesCharge-off RatesNumeric (Percent)%Note: Charge-off rate for the year is defined as the bad debts written off during the year divided by the average rollover balance for the same year. The quarterly charge-off rate is calculated by annualising the ratio obtained from dividing the bad debts written off for the quarter by the rollover balance as at the end of the quarter.



API Examples


Javascript example

Making an ajax request with jQuery:
                                
                var data = {

                       resource_id:'82cb6eb9-514d-4eac-b5f4-31cf6022d143',//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=82cb6eb9-514d-4eac-b5f4-31cf6022d143&limit=5'
with urllib.request.url.open (url) as req:   print req.read()


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