Skip to content

UYU to QAR exchange rate API

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

0.09086

▲ +0.27% over 1Y

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

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

UYU/QAR over 1Y

UYU/QAR over 1Y: show the values
PointUYU/QAR
2025-09-260.09062
2025-10-030.09122
2025-10-100.09072
2025-10-170.09106
2025-10-240.09165
2025-10-310.09124
2025-11-070.09142
2025-11-140.09158
2025-11-210.09152
2025-11-280.09157
2025-12-050.09304
2025-12-130.09270
2025-12-200.09287
2025-12-270.09313
2026-01-030.09314
2026-01-100.09346
2026-01-170.09405
2026-01-240.09484
2026-01-310.09594
2026-02-070.09446
2026-02-140.09442
2026-02-210.09380
2026-02-280.09482
2026-03-070.09052
2026-03-140.09040
2026-03-210.09037
2026-03-280.09025
2026-04-040.09022
2026-04-110.09040
2026-04-180.09166
2026-04-250.09205
2026-05-020.09134
2026-05-090.09128
2026-05-170.09050
2026-05-250.09091
2026-06-010.09073
2026-06-100.08994
2026-06-170.09011
2026-06-240.09057
2026-07-010.09074
2026-07-080.09023
2026-07-150.09081
2026-07-220.09046
2026-07-290.09061
2026-08-050.09048
2026-08-120.09043
2026-08-200.09098
2026-08-270.09053
2026-09-030.09052
2026-09-100.09047
2026-09-170.09001
2026-09-240.09049

High

0.09594

Low

0.08994

Average

0.09155

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

UYU/QAR API questions

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

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

How far back does UYU/QAR historical data go?

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