Skip to content

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

UYU/IQD over 1Y: show the values
PointUYU/IQD
2025-09-2632.6503
2025-10-0332.8326
2025-10-1032.7431
2025-10-1732.7350
2025-10-2433.0235
2025-10-3132.8239
2025-11-0732.8918
2025-11-1432.9647
2025-11-2132.9492
2025-11-2832.9580
2025-12-0533.4917
2025-12-1333.3741
2025-12-2033.4356
2025-12-2733.5248
2026-01-0333.5330
2026-01-1033.6445
2026-01-1733.8570
2026-01-2434.1411
2026-01-3134.5595
2026-02-0734.0146
2026-02-1433.9965
2026-02-2133.7940
2026-02-2834.1340
2026-03-0732.5855
2026-03-1432.5411
2026-03-2132.5354
2026-03-2832.3608
2026-04-0432.4757
2026-04-1132.4786
2026-04-1832.9320
2026-04-2533.0226
2026-05-0232.8407
2026-05-0932.8491
2026-05-1732.5769
2026-05-2532.6037
2026-06-0132.6614
2026-06-1032.3742
2026-06-1732.4355
2026-06-2432.6747
2026-07-0132.6393
2026-07-0832.5502
2026-07-1532.5631
2026-07-2232.5968
2026-07-2932.6172
2026-08-0532.5786
2026-08-1232.5478
2026-08-2032.5526
2026-08-2732.6032
2026-09-0332.5393
2026-09-1032.5585
2026-09-1732.5821
2026-09-2432.6899

High

34.5595

Low

32.3608

Average

32.9498

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.