Skip to content

UYU to FJD exchange rate API

Peso Uruguayo to Fiji Dollar · quoted 2026-09-25

0.05604

▼ +3.27% over YTD

1 UYU = 0.05604 FJD · 1 FJD = 17.8460 UYU · Get this rate via the API

1 UYU buys 0.05604 FJD as of 2026-09-25, so 1 FJD buys 17.8460 UYU. Over the year to date, UYU/FJD traded between 0.05459 and 0.05909, averaged 0.05600 and fell 3.27%. The API holds daily UYU/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

UYU/FJD over YTD

UYU/FJD over YTD: show the values
PointUYU/FJD
2025-12-310.05793
2026-01-070.05831
2026-01-140.05860
2026-01-210.05909
2026-01-280.05893
2026-02-040.05763
2026-02-110.05744
2026-02-180.05684
2026-02-250.05711
2026-03-040.05758
2026-03-110.05474
2026-03-180.05459
2026-03-250.05490
2026-04-010.05510
2026-04-080.05560
2026-04-150.05489
2026-04-220.05549
2026-04-290.05591
2026-05-060.05472
2026-05-140.05505
2026-05-210.05477
2026-05-290.05529
2026-06-050.05464
2026-06-140.05542
2026-06-210.05606
2026-06-280.05660
2026-07-050.05620
2026-07-120.05603
2026-07-190.05590
2026-07-260.05605
2026-08-020.05517
2026-08-090.05538
2026-08-160.05520
2026-08-240.05487
2026-08-310.05468
2026-09-070.05486
2026-09-140.05514
2026-09-210.05541

High

0.05909

Low

0.05459

Average

0.05600

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

UYU/FJD API questions

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

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

How far back does UYU/FJD historical data go?

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