Bank Negara Malaysia Open Data

Malaysia's central bank open data feeds

🏛 GovernmentNEWchecked 30 min ago
AUTH NONECORS AGENT ?HTTPS COMMERCIAL ?

The Bank Negara Malaysia open API publishes exchange rates, interest rates, Kijang Emas gold prices and other monetary data. The sample returns the latest gold buying/selling prices per ounce.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · new
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.bnm.gov.my/public/kijang-emas

{
  "data": {
    "effective_date": "2026-07-03",
    "one_oz": {
      "buying": 17169,
      "selling": 17879
    }
  },
  "meta": {
    "last_updated": "2026-07-03 02:00:04",
    "total_result": 1
  }
}
Call itcurl · fetch · python
curl "https://api.bnm.gov.my/public/kijang-emas"
const res = await fetch("https://api.bnm.gov.my/public/kijang-emas");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.bnm.gov.my/public/kijang-emas")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6NewFULL DOCS ↗
Monitored path responding — GET /public/kijang-emaschecked 30 min ago
GET/public/kijang-emasPROBED

Malaysia's central bank open data feeds

GET/public

Public — documented GET route.

GET/public/1

Public details by ID (example: 1).

GET/public?limit=10

Public — documented GET route.

GET/public/search?q=test

Search by query parameters.

GET/api/specification/categories

Categories — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Bank Negara Malaysia Open Data: common questions

Is Bank Negara Malaysia Open Data free to use?

Yes — Bank Negara Malaysia Open Data is a free government API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Bank Negara Malaysia Open Data need an API key?

No — Bank Negara Malaysia Open Data needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Bank Negara Malaysia Open Data from the browser?

Not directly — Bank Negara Malaysia Open Data doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Bank Negara Malaysia Open Data up right now?

As of our last scheduled check, Bank Negara Malaysia Open Data is new. We re-probe it every sweep — the status badge and uptime chart above always show the latest.