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: show the values
| Point | BGN/ZWL |
|---|---|
| 2025-09-26 | 39661.77 |
| 2025-10-03 | 39994.22 |
| 2025-10-10 | 39481.85 |
| 2025-10-17 | 39753.03 |
| 2025-10-24 | 39374.96 |
| 2025-10-31 | 38992.87 |
| 2025-11-07 | 38810.83 |
| 2025-11-14 | 39173.12 |
| 2025-11-21 | 38858.47 |
| 2025-11-28 | 38695.44 |
| 2025-12-05 | 38923.50 |
| 2025-12-13 | 39141.38 |
| 2025-12-20 | 39031.03 |
| 2025-12-27 | 39153.36 |
| 2026-01-03 | 38864.10 |
| 2026-01-10 | 38315.83 |
| 2026-01-17 | 38035.48 |
| 2026-01-24 | 38698.49 |
| 2026-01-31 | 38759.74 |
| 2026-02-07 | 38625.85 |
| 2026-02-14 | 38746.11 |
| 2026-02-21 | 38457.86 |
| 2026-02-28 | 38877.61 |
| 2026-03-07 | 38228.42 |
| 2026-03-14 | 37247.17 |
| 2026-03-21 | 37446.99 |
| 2026-03-28 | 188.38 |
| 2026-04-04 | 37302.42 |
| 2026-04-15 | 193.03 |
| 2026-04-22 | 193.03 |
| 2026-04-29 | 193.03 |
| 2026-05-06 | 193.03 |
| 2026-05-14 | 38569.05 |
| 2026-05-21 | 38934.44 |
| 2026-05-29 | 39986.50 |
| 2026-06-05 | 39894.91 |
| 2026-06-14 | 39615.20 |
| 2026-06-21 | 39265.89 |
| 2026-06-28 | 39045.49 |
| 2026-07-05 | 39257.71 |
| 2026-07-12 | 38977.67 |
| 2026-07-19 | 39050.87 |
| 2026-07-26 | 38731.89 |
| 2026-08-02 | 39349.15 |
| 2026-08-09 | 39370.86 |
| 2026-08-16 | 39295.81 |
| 2026-08-24 | 39736.71 |
| 2026-08-31 | 39242.78 |
| 2026-09-07 | 39398.91 |
| 2026-09-14 | 39392.44 |
| 2026-09-21 | 39077.25 |
High
39994.22
Low
188.3799
Average
35241.84
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=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¤cies=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.