PASAR API
Keyless REST endpoints for the Overnight Policy Rate and every bank's base rate/base lending rate/indicative effective lending rate; requires an Accept: application/vnd.BNM.API.v1+json header, no key needed.
View docs ↗ More Banking & finance APIscurl 'https://api.bnm.gov.my/public/opr'
I'm building an app using a free Malaysia API (no auth needed). API: BNM OPR & Base Rate ~ Malaysia's official interest rates Provider: Bank Negara Malaysia (BNM) Endpoint: GET https://api.bnm.gov.my/public/opr It returns JSON. Source: Bank Negara Malaysia (BNM) (https://data.gov.my/data-catalogue/my-bnm-opr-base-rate) Source type: Official open-data catalogue Endpoint type: Open-data catalogue JSON Integration difficulty: Copy-paste ready Last checked: 2026-07-05 Production caveat: Still handle empty rows, schema changes, pagination, stale coverage, and temporary upstream failures. Help me fetch this and build a simple page that displays it nicely. Include basic production safeguards for errors, empty responses, schema changes, caching, and rate limits.