Secure websites use HTTPS
Getting ready for the upcoming elections? Check out the new electoral boundaries in our interactive elections map.
Updated 7 months ago
IRAS (Inland Revenue Authority of Singapore)Total income amount by income type (e.g. employment income, trade/ professional income, rents), approved donations and assessable income of taxable and non-taxable individual taxpayers for Year of Assessment (YA)2004 to YA2023. Income is assessed on a preceding year basis. The period of income relevant to the YA is the year preceding the YA.
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.
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
collection_id = 271
url = "https://api-production.data.gov.sg/v2/public/api/collections/{}/metadata".format(collection_id)
response = requests.get(url)
print(response.json())