Skip to content

UYU to JPY exchange rate API

Peso Uruguayo to Yen · quoted 2026-09-25

3.9385

▼ +1.39% over YTD

1 UYU = 3.9385 JPY · 1 JPY = 0.25390 UYU · Get this rate via the API

1 UYU buys 3.9385 JPY as of 2026-09-25, so 1 JPY buys 0.25390 UYU. Over the year to date, UYU/JPY traded between 3.8444 and 4.1128, averaged 3.9813 and fell 1.39%. The API holds daily UYU/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UYU/JPY over YTD

UYU/JPY over YTD: show the values
PointUYU/JPY
2025-12-313.9939
2026-01-074.0204
2026-01-144.0781
2026-01-214.1128
2026-01-284.0555
2026-02-044.0786
2026-02-113.9981
2026-02-183.9592
2026-02-254.0577
2026-03-044.0886
2026-03-113.9322
2026-03-183.9345
2026-03-253.9106
2026-04-013.8952
2026-04-083.9281
2026-04-153.9516
2026-04-224.0051
2026-04-294.0496
2026-05-063.8884
2026-05-143.9659
2026-05-213.9464
2026-05-293.9892
2026-06-053.9625
2026-06-143.9672
2026-06-214.0300
2026-06-284.0398
2026-07-054.0177
2026-07-124.0284
2026-07-194.0437
2026-07-264.0850
2026-08-023.9150
2026-08-093.9316
2026-08-163.9545
2026-08-243.9646
2026-08-313.9468
2026-09-073.8444
2026-09-143.8470
2026-09-213.9139

High

4.1128

Low

3.8444

Average

3.9813

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

UYU/JPY API questions

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

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

How far back does UYU/JPY historical data go?

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