0900 Interbank Intervention Rate (USD-only pair), 1130 Best Counter Rate (majors only), 1200 Reference Rate (27 currencies), 1700 Reference Rate closing (default, 27 currencies). The quote param toggles quote direction: rm (default, MYR per unit foreign currency) or fc (foreign currency per MYR). Units vary per currency (1 for major currencies, 100 for minor / high-denomination currencies such as JPY, IDR, VND, KHR, NPR); the response exposes both the raw per-unit rate and a normalised per_unit_* trio.x-api-key: ********************curl --location '/api/v1/bnm/exchange-rate?session=1200"e=rm¤cy=USD' \
--header 'x-api-key: <api-key>'{
"data": {
"session": "string",
"quote": "string",
"count": 0,
"rates": [
{
"currency_code": "string",
"unit": 0,
"date": "string",
"buying_rate": 0,
"selling_rate": 0,
"middle_rate": 0,
"per_unit_buying_rate": 0,
"per_unit_selling_rate": 0,
"per_unit_middle_rate": 0
}
]
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}