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: show the values
| Point | QAR/UYU |
|---|---|
| 2025-09-26 | 11.0349 |
| 2025-10-03 | 10.9621 |
| 2025-10-10 | 11.0234 |
| 2025-10-17 | 10.9821 |
| 2025-10-24 | 10.9108 |
| 2025-10-31 | 10.9603 |
| 2025-11-07 | 10.9382 |
| 2025-11-14 | 10.9189 |
| 2025-11-21 | 10.9259 |
| 2025-11-28 | 10.9202 |
| 2025-12-05 | 10.7475 |
| 2025-12-13 | 10.7876 |
| 2025-12-20 | 10.7676 |
| 2025-12-27 | 10.7380 |
| 2026-01-03 | 10.7363 |
| 2026-01-10 | 10.7001 |
| 2026-01-17 | 10.6331 |
| 2026-01-24 | 10.5437 |
| 2026-01-31 | 10.4227 |
| 2026-02-07 | 10.5862 |
| 2026-02-14 | 10.5905 |
| 2026-02-21 | 10.6611 |
| 2026-02-28 | 10.5463 |
| 2026-03-07 | 11.0473 |
| 2026-03-14 | 11.0613 |
| 2026-03-21 | 11.0657 |
| 2026-03-28 | 11.0808 |
| 2026-04-04 | 11.0841 |
| 2026-04-11 | 11.0625 |
| 2026-04-18 | 10.9102 |
| 2026-04-25 | 10.8638 |
| 2026-05-02 | 10.9481 |
| 2026-05-09 | 10.9547 |
| 2026-05-17 | 11.0497 |
| 2026-05-25 | 11.0003 |
| 2026-06-01 | 11.0213 |
| 2026-06-10 | 11.1179 |
| 2026-06-17 | 11.0974 |
| 2026-06-24 | 11.0412 |
| 2026-07-01 | 11.0207 |
| 2026-07-08 | 11.0826 |
| 2026-07-15 | 11.0122 |
| 2026-07-22 | 11.0549 |
| 2026-07-29 | 11.0358 |
| 2026-08-05 | 11.0516 |
| 2026-08-12 | 11.0579 |
| 2026-08-20 | 10.9919 |
| 2026-08-27 | 11.0462 |
| 2026-09-03 | 11.0470 |
| 2026-09-10 | 11.0538 |
| 2026-09-17 | 11.1099 |
| 2026-09-24 | 11.0507 |
High
11.1179
Low
10.4227
Average
10.9257
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR¤cies=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¤cies=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.