bnm_exchange_rates
ActiveTool of Bnm My
Foreign exchange rates against the Malaysian Ringgit (MYR) from Bank Negara Malaysia. Latest rates for all currencies (default), one currency, or one currency on a specific historical date. Rates are published per session (snapshot time) and quote basis. Returns buying/selling/middle rates per currency unit.
Parameters schema
{
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "Historical date YYYY-MM-DD, e.g. \"2026-05-28\". Only valid together with a \"currency\". Omit for latest."
},
"quote": {
"enum": [
"rm",
"fx"
],
"type": "string",
"description": "Quote basis: \"rm\" (units of MYR per 1 foreign) or \"fx\" (units of foreign per 1 MYR)."
},
"session": {
"enum": [
"0900",
"1130",
"1200",
"1700"
],
"type": "string",
"description": "Rate snapshot session time (24h). Defaults to BNM default if omitted."
},
"currency": {
"type": "string",
"description": "ISO currency code, e.g. \"USD\", \"SGD\", \"EUR\". Omit to get all currencies. Required if \"date\" is given."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Bnm My
https://github.com/pipeworx-io/mcp-bnm-my
1/7 registries