Skip to content

ZWL to JPY exchange rate API

Zimbabwe Dollar to Yen · quoted 2026-09-24

0.002383

▲ +6.67% over 1Y

1 ZWL = 0.002383 JPY · 1 JPY = 419.6391 ZWL · Get this rate via the API

1 ZWL buys 0.002383 JPY as of 2026-09-24, so 1 JPY buys 419.6391 ZWL. Over the last year, ZWL/JPY traded between 0.002205 and 0.49529, averaged 0.06668 and rose 6.67%. The API holds daily ZWL/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZWL/JPY over 1Y

ZWL/JPY over 1Y: show the values
PointZWL/JPY
2025-09-240.002234
2025-10-010.002205
2025-10-080.002290
2025-10-150.002272
2025-10-220.002284
2025-10-290.002293
2025-11-050.002332
2025-11-120.002349
2025-11-190.002376
2025-11-260.002382
2025-12-030.002376
2025-12-110.002339
2025-12-180.002385
2025-12-250.002396
2026-01-010.002413
2026-01-080.002435
2026-01-150.002468
2026-01-220.002480
2026-01-290.002394
2026-02-050.002445
2026-02-120.477373
2026-02-190.002420
2026-02-260.002428
2026-03-050.002445
2026-03-120.002490
2026-03-190.002514
2026-03-260.002527
2026-04-020.002519
2026-04-090.493546
2026-04-160.493726
2026-04-230.495290
2026-04-300.486221
2026-05-070.485681
2026-05-150.492386
2026-05-230.002418
2026-05-300.002369
2026-06-060.002394
2026-06-150.002394
2026-06-220.002418
2026-06-290.002414
2026-07-060.002422
2026-07-130.002428
2026-07-200.002434
2026-07-270.002457
2026-08-030.002348
2026-08-100.002384
2026-08-170.002397
2026-08-250.002377
2026-09-010.002402
2026-09-080.002299
2026-09-150.002315
2026-09-220.002361

High

0.49529

Low

0.002205

Average

0.06668

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

ZWL/JPY API questions

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

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

How far back does ZWL/JPY historical data go?

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