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.

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

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

Percentage of PSLE students who scored A*- C in Standard English Language

CSV4 months ago

Coverage: Jan 1997 to Jan 2020

Percentage of PSLE students who scored A*- C in Standard Mathematics

CSV4 months ago

Coverage: Jan 1997 to Jan 2020

Percentage of PSLE students who scored A*- C in Standard Mother Tongue Language

CSV4 months ago

Coverage: Jan 1997 to Jan 2020

Percentage of PSLE students who scored A*- C in Standard Science

CSV4 months ago

Coverage: Jan 1997 to Jan 2020

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