Skip to content

UYU to IQD exchange rate API

Peso Uruguayo to Iraqi Dinar · quoted 2026-09-26

32.7029

▲ +0.31% over 30D

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 30 days, UYU/IQD traded between 32.5093 and 32.7029, averaged 32.5911 and rose 0.31%. 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 30D

UYU/IQD over 30D: show the values
PointUYU/IQD
2026-08-2732.6032
2026-08-2832.6416
2026-08-2932.5359
2026-08-3032.5280
2026-08-3132.5355
2026-09-0132.5562
2026-09-0232.5093
2026-09-0332.5393
2026-09-0432.6270
2026-09-0532.5858
2026-09-0632.5647
2026-09-0732.5547
2026-09-0832.5548
2026-09-0932.5488
2026-09-1032.5585
2026-09-1132.5430
2026-09-1232.6196
2026-09-1332.5148
2026-09-1432.6423
2026-09-1532.6134
2026-09-1632.6527
2026-09-1732.5821
2026-09-1832.5991
2026-09-1932.5906
2026-09-2032.6365
2026-09-2132.5784
2026-09-2232.5902
2026-09-2332.6231
2026-09-2432.6899
2026-09-2532.7029

High

32.7029

Low

32.5093

Average

32.5911

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU&currencies=IQD");
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=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&currencies=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.