Skip to content

UYU to ZMW exchange rate API

Peso Uruguayo to Zambian Kwacha · quoted 2026-09-26

0.48801

▼ +17.78% over 1Y

1 UYU = 0.48801 ZMW · 1 ZMW = 2.0491 UYU · Get this rate via the API

1 UYU buys 0.48801 ZMW as of 2026-09-26, so 1 ZMW buys 2.0491 UYU. Over the last year, UYU/ZMW traded between 0.43917 and 0.59644, averaged 0.50377 and fell 17.78%. The API holds daily UYU/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UYU/ZMW over 1Y

UYU/ZMW over 1Y: show the values
PointUYU/ZMW
2025-09-260.59353
2025-10-030.59644
2025-10-100.56574
2025-10-170.56622
2025-10-240.55733
2025-10-310.55517
2025-11-070.57015
2025-11-140.56989
2025-11-210.57979
2025-11-280.57610
2025-12-050.59173
2025-12-130.58828
2025-12-200.57761
2025-12-270.57686
2026-01-030.56575
2026-01-100.50068
2026-01-170.52193
2026-01-240.50940
2026-01-310.52059
2026-02-070.48533
2026-02-140.47347
2026-02-210.48886
2026-02-280.49284
2026-03-070.48025
2026-03-140.48208
2026-03-210.48417
2026-03-280.46507
2026-04-040.47711
2026-04-110.47146
2026-04-180.47824
2026-04-250.47706
2026-05-020.46827
2026-05-090.47739
2026-05-170.47015
2026-05-250.47176
2026-06-010.45940
2026-06-100.44032
2026-06-170.43917
2026-06-240.45036
2026-07-010.45020
2026-07-080.45861
2026-07-150.45320
2026-07-220.45775
2026-07-290.46678
2026-08-050.47179
2026-08-120.46758
2026-08-200.46820
2026-08-270.47378
2026-09-030.47623
2026-09-100.47969
2026-09-170.48542
2026-09-240.48651

High

0.59644

Low

0.43917

Average

0.50377

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

UYU/ZMW API questions

How do I get the UYU/ZMW exchange rate from an API?

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

How far back does UYU/ZMW historical data go?

Daily UYU/ZMW 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 UYU/ZMW 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.