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: show the values
| Point | ZWL/JPY |
|---|---|
| 2025-09-24 | 0.002234 |
| 2025-10-01 | 0.002205 |
| 2025-10-08 | 0.002290 |
| 2025-10-15 | 0.002272 |
| 2025-10-22 | 0.002284 |
| 2025-10-29 | 0.002293 |
| 2025-11-05 | 0.002332 |
| 2025-11-12 | 0.002349 |
| 2025-11-19 | 0.002376 |
| 2025-11-26 | 0.002382 |
| 2025-12-03 | 0.002376 |
| 2025-12-11 | 0.002339 |
| 2025-12-18 | 0.002385 |
| 2025-12-25 | 0.002396 |
| 2026-01-01 | 0.002413 |
| 2026-01-08 | 0.002435 |
| 2026-01-15 | 0.002468 |
| 2026-01-22 | 0.002480 |
| 2026-01-29 | 0.002394 |
| 2026-02-05 | 0.002445 |
| 2026-02-12 | 0.477373 |
| 2026-02-19 | 0.002420 |
| 2026-02-26 | 0.002428 |
| 2026-03-05 | 0.002445 |
| 2026-03-12 | 0.002490 |
| 2026-03-19 | 0.002514 |
| 2026-03-26 | 0.002527 |
| 2026-04-02 | 0.002519 |
| 2026-04-09 | 0.493546 |
| 2026-04-16 | 0.493726 |
| 2026-04-23 | 0.495290 |
| 2026-04-30 | 0.486221 |
| 2026-05-07 | 0.485681 |
| 2026-05-15 | 0.492386 |
| 2026-05-23 | 0.002418 |
| 2026-05-30 | 0.002369 |
| 2026-06-06 | 0.002394 |
| 2026-06-15 | 0.002394 |
| 2026-06-22 | 0.002418 |
| 2026-06-29 | 0.002414 |
| 2026-07-06 | 0.002422 |
| 2026-07-13 | 0.002428 |
| 2026-07-20 | 0.002434 |
| 2026-07-27 | 0.002457 |
| 2026-08-03 | 0.002348 |
| 2026-08-10 | 0.002384 |
| 2026-08-17 | 0.002397 |
| 2026-08-25 | 0.002377 |
| 2026-09-01 | 0.002402 |
| 2026-09-08 | 0.002299 |
| 2026-09-15 | 0.002315 |
| 2026-09-22 | 0.002361 |
High
0.49529
Low
0.002205
Average
0.06668
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZWL¤cies=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¤cies=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.