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.

View results from GE2025 and explore the electoral boundaries and more in our interactive map.

HomeDatasets

Percentage of PSLE Students Who Scored A*- C, By Subject

Percentage of PSLE Students Who Scored A*- C, By Subject

Updated 6 months ago

MOE (Ministry of Education)

Percentage of PSLE students who attained the score of A* to C for each of the individual subjects - Standard English Language, Standard Mother Tongue Language, Standard Mathematics, and Standard Science.

Note(s):

  1. The first batch of students under Subject-based Banding sat for the PSLE in 2009.
  2. Percentages for Mathematics exclude EM3 students (before 2009) and students taking Foundation Mathematics (2009 onwards)
  3. Percentages for English exclude EM3 students (before 2009) and students taking Foundation English (2009 onwards).
  4. Percentages for Mother Tongue Language exclude EM3 students (before 2009) and students taking Foundation Mother Tongue Language (2009 onwards).
  5. Percentages for Science exclude EM3 students (before 2009) and students taking Foundation Science (2010 onwards).

4 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.

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
          
collection_id = 455          
url = "https://api-production.data.gov.sg/v2/public/api/collections/{}/metadata".format(collection_id)
        
response = requests.get(url)
print(response.json())