Skip to content

ZMW to BGN exchange rate API

Zambian Kwacha to Bulgarian Lev · quoted 2026-09-26

0.08805

▲ +25.27% over 1Y

1 ZMW = 0.08805 BGN · 1 BGN = 11.3577 ZMW · Get this rate via the API

1 ZMW buys 0.08805 BGN as of 2026-09-26, so 1 BGN buys 11.3577 ZMW. Over the last year, ZMW/BGN traded between 0.07003 and 0.09613, averaged 0.08476 and rose 25.27%. The API holds daily ZMW/BGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZMW/BGN over 1Y

ZMW/BGN over 1Y: show the values
PointZMW/BGN
2025-09-260.07029
2025-10-030.07003
2025-10-100.07448
2025-10-170.07397
2025-10-240.07609
2025-10-310.07643
2025-11-070.07452
2025-11-140.07413
2025-11-210.07363
2025-11-280.07384
2025-12-050.07255
2025-12-130.07214
2025-12-200.07375
2025-12-270.07367
2026-01-030.07542
2026-01-100.08616
2026-01-170.08350
2026-01-240.08461
2026-01-310.08350
2026-02-070.08856
2026-02-140.09033
2026-02-210.08749
2026-02-280.08757
2026-03-070.08718
2026-03-140.08799
2026-03-210.08652
2026-03-280.09079
2026-04-040.08824
2026-04-150.08718
2026-04-220.08757
2026-04-290.08794
2026-05-060.08856
2026-05-140.08787
2026-05-210.08858
2026-05-290.09034
2026-06-050.09589
2026-06-140.09613
2026-06-210.09521
2026-06-280.09465
2026-07-050.09306
2026-07-120.09482
2026-07-190.09379
2026-07-260.09226
2026-08-020.09044
2026-08-090.09006
2026-08-160.08935
2026-08-240.08822
2026-08-310.08858
2026-09-070.08751
2026-09-140.08738
2026-09-210.08650

High

0.09613

Low

0.07003

Average

0.08476

For developers

Get this rate via the API

One GET request returns the ZMW/BGN rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=BGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=BGN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=BGN").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZMW/BGN API questions

How do I get the ZMW/BGN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZMW&currencies=BGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZMW/BGN rate in rates.BGN.

How far back does ZMW/BGN historical data go?

Daily ZMW/BGN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free ZMW/BGN exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.