UYU to KRW exchange rate API
Peso Uruguayo to Won · quoted 2026-09-26
34.0883
▼ +7.41% over YTD
1 UYU = 34.0883 KRW · 1 KRW = 0.02934 UYU · Get this rate via the API
1 UYU buys 34.0883 KRW as of 2026-09-26, so 1 KRW buys 0.02934 UYU. Over the year to date, UYU/KRW traded between 33.4866 and 38.4566, averaged 36.7286 and fell 7.41%. The API holds daily UYU/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
UYU/KRW over YTD: show the values
| Point | UYU/KRW |
|---|---|
| 2025-12-31 | 36.8154 |
| 2026-01-07 | 37.1790 |
| 2026-01-14 | 37.9301 |
| 2026-01-21 | 38.1749 |
| 2026-01-28 | 37.9650 |
| 2026-02-04 | 37.9051 |
| 2026-02-11 | 38.1149 |
| 2026-02-18 | 37.2587 |
| 2026-02-25 | 36.9662 |
| 2026-03-04 | 38.1190 |
| 2026-03-11 | 36.6310 |
| 2026-03-18 | 37.0755 |
| 2026-03-25 | 36.8407 |
| 2026-04-01 | 37.0237 |
| 2026-04-08 | 36.6163 |
| 2026-04-15 | 36.6888 |
| 2026-04-22 | 37.1804 |
| 2026-04-29 | 37.4667 |
| 2026-05-06 | 36.0457 |
| 2026-05-14 | 37.4560 |
| 2026-05-21 | 37.4135 |
| 2026-05-29 | 37.7278 |
| 2026-06-05 | 38.1953 |
| 2026-06-14 | 37.8075 |
| 2026-06-21 | 38.3036 |
| 2026-06-28 | 38.4566 |
| 2026-07-05 | 38.1462 |
| 2026-07-12 | 37.4457 |
| 2026-07-19 | 37.1464 |
| 2026-07-26 | 36.5237 |
| 2026-08-02 | 35.9427 |
| 2026-08-09 | 35.1891 |
| 2026-08-16 | 35.1368 |
| 2026-08-24 | 34.4898 |
| 2026-08-31 | 33.8033 |
| 2026-09-07 | 33.4866 |
| 2026-09-14 | 33.5106 |
| 2026-09-21 | 34.1491 |
High
38.4566
Low
33.4866
Average
36.7286
Get this rate via the API
One GET request returns the UYU/KRW 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=UYU¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=KRW").json()Replace YOUR_API_KEY with the key from your dashboard.
UYU/KRW API questions
How do I get the UYU/KRW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UYU¤cies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest UYU/KRW rate in rates.KRW.
How far back does UYU/KRW historical data go?
Daily UYU/KRW 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/KRW 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.