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: show the values
| Point | LRD/ZWL |
|---|---|
| 2025-09-26 | 366.0315 |
| 2025-10-03 | 366.9015 |
| 2025-10-10 | 368.6732 |
| 2025-10-17 | 363.6471 |
| 2025-10-24 | 363.0162 |
| 2025-10-31 | 359.9691 |
| 2025-11-07 | 358.7733 |
| 2025-11-14 | 360.4273 |
| 2025-11-21 | 363.5137 |
| 2025-11-28 | 368.4202 |
| 2025-12-05 | 368.4998 |
| 2025-12-13 | 368.7855 |
| 2025-12-20 | 367.6767 |
| 2025-12-27 | 366.3805 |
| 2026-01-03 | 363.2571 |
| 2026-01-10 | 358.2661 |
| 2026-01-17 | 355.5135 |
| 2026-01-24 | 346.0964 |
| 2026-01-31 | 344.9803 |
| 2026-02-07 | 341.2872 |
| 2026-02-14 | 342.6919 |
| 2026-02-21 | 344.9960 |
| 2026-02-28 | 350.8061 |
| 2026-03-07 | 351.6955 |
| 2026-03-14 | 347.1485 |
| 2026-03-21 | 344.5630 |
| 2026-03-28 | 1.7536 |
| 2026-04-04 | 346.0856 |
| 2026-04-11 | 1.7481 |
| 2026-04-18 | 1.7481 |
| 2026-04-25 | 1.7577 |
| 2026-05-02 | 1.7512 |
| 2026-05-09 | 1.7547 |
| 2026-05-17 | 351.4223 |
| 2026-05-25 | 360.7330 |
| 2026-06-01 | 369.7464 |
| 2026-06-10 | 365.2924 |
| 2026-06-17 | 366.3799 |
| 2026-06-24 | 367.3875 |
| 2026-07-01 | 369.6961 |
| 2026-07-08 | 369.2248 |
| 2026-07-15 | 368.2705 |
| 2026-07-22 | 369.4826 |
| 2026-07-29 | 367.9438 |
| 2026-08-05 | 369.2415 |
| 2026-08-12 | 367.1015 |
| 2026-08-20 | 368.0614 |
| 2026-08-27 | 364.9132 |
| 2026-09-03 | 375.4427 |
| 2026-09-10 | 382.2554 |
| 2026-09-17 | 382.5101 |
| 2026-09-24 | 384.7250 |
High
387.2470
Low
1.7481
Average
321.9942
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LRD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LRD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LRD¤cies=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¤cies=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.