Skip to content

LRD to ZWL exchange rate API

Liberian Dollar to Zimbabwe Dollar · quoted 2026-09-26

387.2470

▲ +5.80% over 1Y

1 LRD = 387.2470 ZWL · 1 ZWL = 0.002582 LRD · Get this rate via the API

1 LRD buys 387.2470 ZWL as of 2026-09-26, so 1 ZWL buys 0.002582 LRD. Over the last year, LRD/ZWL traded between 1.7481 and 387.2470, averaged 321.9942 and rose 5.80%. The API holds daily LRD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LRD/ZWL over 1Y

LRD/ZWL over 1Y: show the values
PointLRD/ZWL
2025-09-26366.0315
2025-10-03366.9015
2025-10-10368.6732
2025-10-17363.6471
2025-10-24363.0162
2025-10-31359.9691
2025-11-07358.7733
2025-11-14360.4273
2025-11-21363.5137
2025-11-28368.4202
2025-12-05368.4998
2025-12-13368.7855
2025-12-20367.6767
2025-12-27366.3805
2026-01-03363.2571
2026-01-10358.2661
2026-01-17355.5135
2026-01-24346.0964
2026-01-31344.9803
2026-02-07341.2872
2026-02-14342.6919
2026-02-21344.9960
2026-02-28350.8061
2026-03-07351.6955
2026-03-14347.1485
2026-03-21344.5630
2026-03-281.7536
2026-04-04346.0856
2026-04-111.7481
2026-04-181.7481
2026-04-251.7577
2026-05-021.7512
2026-05-091.7547
2026-05-17351.4223
2026-05-25360.7330
2026-06-01369.7464
2026-06-10365.2924
2026-06-17366.3799
2026-06-24367.3875
2026-07-01369.6961
2026-07-08369.2248
2026-07-15368.2705
2026-07-22369.4826
2026-07-29367.9438
2026-08-05369.2415
2026-08-12367.1015
2026-08-20368.0614
2026-08-27364.9132
2026-09-03375.4427
2026-09-10382.2554
2026-09-17382.5101
2026-09-24384.7250

High

387.2470

Low

1.7481

Average

321.9942

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LRD/ZWL API questions

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

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

How far back does LRD/ZWL historical data go?

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