API ReferenceInterest Rates
Calculate SMRA rate
Calculate the Special/MediSave/Retirement Account (SMRA) rate based on SGS yield.
Query Parameters
sgsYield*number
SGS yield percentage (non-negative number)
Range
0 <= valueResponse 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"
}