API Documentation
API ReferenceInterest Rates

Get interest rate trends

Get historical interest rate trend data.

GET
/interest-rates/trend

Response Body

application/json

curl -X GET "https://loading/api/cpf/interest-rates/trend"
[
  {
    "month": "string",
    "sgsYield": 0,
    "peggedRate": 0,
    "actualRate": 0
  }
]