Skip to content

BGN to ZWL exchange rate API

Bulgarian Lev to Zimbabwe Dollar · quoted 2026-09-26

38769.55

▼ +2.25% over 1Y

1 BGN = 38769.55 ZWL · 1 ZWL = 0.000026 BGN · Get this rate via the API

1 BGN buys 38769.55 ZWL as of 2026-09-26, so 1 ZWL buys 0.000026 BGN. Over the last year, BGN/ZWL traded between 188.3799 and 39994.22, averaged 35241.84 and fell 2.25%. The API holds daily BGN/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BGN/ZWL over 1Y

BGN/ZWL over 1Y: show the values
PointBGN/ZWL
2025-09-2639661.77
2025-10-0339994.22
2025-10-1039481.85
2025-10-1739753.03
2025-10-2439374.96
2025-10-3138992.87
2025-11-0738810.83
2025-11-1439173.12
2025-11-2138858.47
2025-11-2838695.44
2025-12-0538923.50
2025-12-1339141.38
2025-12-2039031.03
2025-12-2739153.36
2026-01-0338864.10
2026-01-1038315.83
2026-01-1738035.48
2026-01-2438698.49
2026-01-3138759.74
2026-02-0738625.85
2026-02-1438746.11
2026-02-2138457.86
2026-02-2838877.61
2026-03-0738228.42
2026-03-1437247.17
2026-03-2137446.99
2026-03-28188.38
2026-04-0437302.42
2026-04-15193.03
2026-04-22193.03
2026-04-29193.03
2026-05-06193.03
2026-05-1438569.05
2026-05-2138934.44
2026-05-2939986.50
2026-06-0539894.91
2026-06-1439615.20
2026-06-2139265.89
2026-06-2839045.49
2026-07-0539257.71
2026-07-1238977.67
2026-07-1939050.87
2026-07-2638731.89
2026-08-0239349.15
2026-08-0939370.86
2026-08-1639295.81
2026-08-2439736.71
2026-08-3139242.78
2026-09-0739398.91
2026-09-1439392.44
2026-09-2139077.25

High

39994.22

Low

188.3799

Average

35241.84

For developers

Get this rate via the API

One GET request returns the BGN/ZWL 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=BGN&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN&currencies=ZWL");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

BGN/ZWL API questions

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

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

How far back does BGN/ZWL historical data go?

Daily BGN/ZWL 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 BGN/ZWL 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.