Skip to content

YER to ZWL exchange rate API

Yemeni Rial to Zimbabwe Dollar · quoted 2026-09-26

281.3492

▲ +1.31% over 1Y

1 YER = 281.3492 ZWL · 1 ZWL = 0.003554 YER · Get this rate via the API

1 YER buys 281.3492 ZWL as of 2026-09-26, so 1 ZWL buys 0.003554 YER. Over the last year, YER/ZWL traded between 1.3493 and 282.5762, averaged 244.6205 and rose 1.31%. The API holds daily YER/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

YER/ZWL over 1Y

YER/ZWL over 1Y: show the values
PointYER/ZWL
2025-09-26277.7189
2025-10-03278.6950
2025-10-10279.3039
2025-10-17278.6508
2025-10-24277.5772
2025-10-31276.7203
2025-11-07274.9570
2025-11-14275.7942
2025-11-21276.6061
2025-11-28274.3601
2025-12-05274.2364
2025-12-13273.4866
2025-12-20273.3639
2025-12-27272.7799
2026-01-03271.8394
2026-01-10270.0415
2026-01-17269.0522
2026-01-24268.6438
2026-01-31268.2141
2026-02-07268.3590
2026-02-14267.9465
2026-02-21267.7604
2026-02-28269.9690
2026-03-07269.9700
2026-03-14266.6647
2026-03-21264.8422
2026-03-281.3495
2026-04-04265.4970
2026-04-111.3578
2026-04-181.3495
2026-04-251.3493
2026-05-021.3495
2026-05-091.3494
2026-05-17269.8838
2026-05-25275.6652
2026-06-01281.7445
2026-06-10280.3215
2026-06-17279.6039
2026-06-24280.7037
2026-07-01280.9639
2026-07-08282.5762
2026-07-15282.3433
2026-07-22281.5949
2026-07-29280.3427
2026-08-05279.3945
2026-08-12280.2634
2026-08-20281.1046
2026-08-27279.5010
2026-09-03281.6731
2026-09-10281.3720
2026-09-17281.8626
2026-09-24281.4664

High

282.5762

Low

1.3493

Average

244.6205

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

YER/ZWL API questions

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

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

How far back does YER/ZWL historical data go?

Daily YER/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 YER/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.