QAR to UYU exchange rate API
Qatari Rial to Peso Uruguayo · quoted 2026-09-26
11.0056
▲ +2.12% over YTD
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 year to date, QAR/UYU traded between 10.3394 and 11.1673, averaged 10.9246 and rose 2.12%. 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 YTD: show the values
| Point | QAR/UYU |
|---|---|
| 2025-12-31 | 10.7770 |
| 2026-01-07 | 10.6973 |
| 2026-01-14 | 10.6863 |
| 2026-01-21 | 10.5401 |
| 2026-01-28 | 10.3394 |
| 2026-02-04 | 10.5509 |
| 2026-02-11 | 10.5365 |
| 2026-02-18 | 10.6612 |
| 2026-02-25 | 10.6119 |
| 2026-03-04 | 10.5568 |
| 2026-03-11 | 11.0780 |
| 2026-03-18 | 11.1411 |
| 2026-03-25 | 11.1673 |
| 2026-04-01 | 11.1661 |
| 2026-04-08 | 11.0608 |
| 2026-04-15 | 11.0377 |
| 2026-04-22 | 10.9049 |
| 2026-04-29 | 10.8306 |
| 2026-05-06 | 11.0167 |
| 2026-05-14 | 10.9412 |
| 2026-05-21 | 11.0786 |
| 2026-05-29 | 10.9683 |
| 2026-06-05 | 11.0834 |
| 2026-06-14 | 11.0791 |
| 2026-06-21 | 10.9994 |
| 2026-06-28 | 11.0011 |
| 2026-07-05 | 11.0352 |
| 2026-07-12 | 11.0387 |
| 2026-07-19 | 11.0375 |
| 2026-07-26 | 11.0103 |
| 2026-08-02 | 11.0497 |
| 2026-08-09 | 11.0278 |
| 2026-08-16 | 11.0659 |
| 2026-08-24 | 11.0262 |
| 2026-08-31 | 11.1182 |
| 2026-09-07 | 11.0585 |
| 2026-09-14 | 11.0367 |
| 2026-09-21 | 11.0390 |
High
11.1673
Low
10.3394
Average
10.9246
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.