API Documentation
API ReferenceInterest Rates

Get all interest rates

Get all CPF quarterly rates and SGS monthly yields.

GET
/interest-rates

Response Body

application/json

curl -X GET "https://loading/api/cpf/interest-rates"
{
  "quarterlyRates": [
    {
      "quarter": "string",
      "oa": 0,
      "sa": 0,
      "ma": 0,
      "ra": 0
    }
  ],
  "sgsYields": [
    {
      "month": "string",
      "yield": 0
    }
  ]
}