API Documentation
API ReferenceInterest Rates

Calculate SMRA rate

Calculate the Special/MediSave/Retirement Account (SMRA) rate based on SGS yield.

GET
/interest-rates/smra

Query Parameters

sgsYield*number

SGS yield percentage (non-negative number)

Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://loading/api/cpf/interest-rates/smra?sgsYield=2.5"
{
  "sgsYield": 0,
  "peggedRate": 0,
  "floorApplied": true,
  "actualRate": 0
}
{
  "error": "string"
}