A Singapore Government Agency Website
Official website links end with .gov.sg
Government agencies communicate via .gov.sg websites (e.g. go.gov.sg/open). Trusted websites

Secure websites use HTTPS

Look for a lock () or https:// as an added precaution. Share sensitive information only on official, secure websites.

Commissioner of Charities Annual Report

List of charities and IPCs data collected from office of Commissioner of Charities

14 related datasets

Related datasets are grouped into a collection based on themes, topics or common attributes for easier access and exploration. All datasets within a collection are published and managed by the same agency.

Annual Receipts by Sector and Source

CSV4 months ago

Coverage: Jan 2012 to Dec 2020

Annual Receipts of Charities by Sector, Annual

CSV4 months ago

Coverage: Jan 2009 to Dec 2013

Annual Receipts of Charities by Size of Charities, Annual

CSV4 months ago

Coverage: Jan 2009 to Dec 2013

Annual Receipts of Charities by Source and Sector, Annual

CSV4 months ago

Coverage: Jan 2013 to Dec 2013

Breakdown of Charities Annual Receipts by Source and Sector, Annual

CSV4 months ago

Coverage: Jan 2013 to Dec 2013

Commissioner of Charities Annual Report

CSV4 months ago

Coverage: Jan 2009 to Dec 2013

Distribution of Charities by Registration Status and Sector, Annual

CSV4 months ago

Coverage: Jan 2014 to Dec 2014

Number of Charities by Sector

CSV4 months ago

Coverage: Jan 2014 to Dec 2021

Percentage of Annual Receipts by Size

CSV4 months ago

Coverage: Jan 2012 to Dec 2018

Percentage of Tax Deductible Donations to Charities by Source, Annual

CSV4 months ago

Coverage: Jan 2005 to Dec 2014

Tax Deducitble Donations to Charities by Source, Annual

CSV4 months ago

Coverage: Jan 2005 to Dec 2014

Tax Deductible Donations by Sector and Source

CSV4 months ago

Coverage: Jan 2012 to Dec 2021

Total Donations by Sector

CSV4 months ago

Coverage: Jan 2012 to Dec 2020

Total Donations to Charities by Sector, Annual

CSV4 months ago

Coverage: Jan 2009 to Dec 2013

Sample OpenAPI query

This code can be used to test a sample API query. It retrieves the metadata for this collection. For a complete guide on query parameters and syntax, please refer to the API documentation. Try it out on your browser to see the response schema.

import requests
          
collectionId = 398          
url = "https://api-production.data.gov.sg/v2/public/api/collections/{}/metadata".format(collectionId)
        
response = requests.get(url)
print(response.json())