UYU to IQD exchange rate API
Peso Uruguayo to Iraqi Dinar · quoted 2026-09-26
32.7029
▲ +0.16% over 1Y
1 UYU = 32.7029 IQD · 1 IQD = 0.03058 UYU · Get this rate via the API
1 UYU buys 32.7029 IQD as of 2026-09-26, so 1 IQD buys 0.03058 UYU. Over the last year, UYU/IQD traded between 32.3608 and 34.5595, averaged 32.9498 and rose 0.16%. The API holds daily UYU/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
UYU/IQD over 1Y: show the values
| Point | UYU/IQD |
|---|---|
| 2025-09-26 | 32.6503 |
| 2025-10-03 | 32.8326 |
| 2025-10-10 | 32.7431 |
| 2025-10-17 | 32.7350 |
| 2025-10-24 | 33.0235 |
| 2025-10-31 | 32.8239 |
| 2025-11-07 | 32.8918 |
| 2025-11-14 | 32.9647 |
| 2025-11-21 | 32.9492 |
| 2025-11-28 | 32.9580 |
| 2025-12-05 | 33.4917 |
| 2025-12-13 | 33.3741 |
| 2025-12-20 | 33.4356 |
| 2025-12-27 | 33.5248 |
| 2026-01-03 | 33.5330 |
| 2026-01-10 | 33.6445 |
| 2026-01-17 | 33.8570 |
| 2026-01-24 | 34.1411 |
| 2026-01-31 | 34.5595 |
| 2026-02-07 | 34.0146 |
| 2026-02-14 | 33.9965 |
| 2026-02-21 | 33.7940 |
| 2026-02-28 | 34.1340 |
| 2026-03-07 | 32.5855 |
| 2026-03-14 | 32.5411 |
| 2026-03-21 | 32.5354 |
| 2026-03-28 | 32.3608 |
| 2026-04-04 | 32.4757 |
| 2026-04-11 | 32.4786 |
| 2026-04-18 | 32.9320 |
| 2026-04-25 | 33.0226 |
| 2026-05-02 | 32.8407 |
| 2026-05-09 | 32.8491 |
| 2026-05-17 | 32.5769 |
| 2026-05-25 | 32.6037 |
| 2026-06-01 | 32.6614 |
| 2026-06-10 | 32.3742 |
| 2026-06-17 | 32.4355 |
| 2026-06-24 | 32.6747 |
| 2026-07-01 | 32.6393 |
| 2026-07-08 | 32.5502 |
| 2026-07-15 | 32.5631 |
| 2026-07-22 | 32.5968 |
| 2026-07-29 | 32.6172 |
| 2026-08-05 | 32.5786 |
| 2026-08-12 | 32.5478 |
| 2026-08-20 | 32.5526 |
| 2026-08-27 | 32.6032 |
| 2026-09-03 | 32.5393 |
| 2026-09-10 | 32.5585 |
| 2026-09-17 | 32.5821 |
| 2026-09-24 | 32.6899 |
High
34.5595
Low
32.3608
Average
32.9498
Get this rate via the API
One GET request returns the UYU/IQD 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=UYU¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
UYU/IQD API questions
How do I get the UYU/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest UYU/IQD rate in rates.IQD.
How far back does UYU/IQD historical data go?
Daily UYU/IQD 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/IQD 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.