Skip to content

QAR to UYU exchange rate API

Qatari Rial to Peso Uruguayo · quoted 2026-09-26

11.0056

▼ +0.27% over 1Y

1 QAR = 11.0056 UYU · 1 UYU = 0.09086 QAR · Get this rate via the API

1 QAR buys 11.0056 UYU as of 2026-09-26, so 1 UYU buys 0.09086 QAR. Over the last year, QAR/UYU traded between 10.4227 and 11.1179, averaged 10.9257 and fell 0.27%. The API holds daily QAR/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

QAR/UYU over 1Y

QAR/UYU over 1Y: show the values
PointQAR/UYU
2025-09-2611.0349
2025-10-0310.9621
2025-10-1011.0234
2025-10-1710.9821
2025-10-2410.9108
2025-10-3110.9603
2025-11-0710.9382
2025-11-1410.9189
2025-11-2110.9259
2025-11-2810.9202
2025-12-0510.7475
2025-12-1310.7876
2025-12-2010.7676
2025-12-2710.7380
2026-01-0310.7363
2026-01-1010.7001
2026-01-1710.6331
2026-01-2410.5437
2026-01-3110.4227
2026-02-0710.5862
2026-02-1410.5905
2026-02-2110.6611
2026-02-2810.5463
2026-03-0711.0473
2026-03-1411.0613
2026-03-2111.0657
2026-03-2811.0808
2026-04-0411.0841
2026-04-1111.0625
2026-04-1810.9102
2026-04-2510.8638
2026-05-0210.9481
2026-05-0910.9547
2026-05-1711.0497
2026-05-2511.0003
2026-06-0111.0213
2026-06-1011.1179
2026-06-1711.0974
2026-06-2411.0412
2026-07-0111.0207
2026-07-0811.0826
2026-07-1511.0122
2026-07-2211.0549
2026-07-2911.0358
2026-08-0511.0516
2026-08-1211.0579
2026-08-2010.9919
2026-08-2711.0462
2026-09-0311.0470
2026-09-1011.0538
2026-09-1711.1099
2026-09-2411.0507

High

11.1179

Low

10.4227

Average

10.9257

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

QAR/UYU API questions

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

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

How far back does QAR/UYU historical data go?

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