Skip to content

FJD to UYU exchange rate API

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

17.8459

▲ +3.38% over YTD

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

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

FJD/UYU over YTD

FJD/UYU over YTD: show the values
PointFJD/UYU
2025-12-3117.2625
2026-01-0717.1507
2026-01-1417.0649
2026-01-2116.9243
2026-01-2816.9685
2026-02-0417.3519
2026-02-1117.4090
2026-02-1817.5917
2026-02-2517.5104
2026-03-0417.3674
2026-03-1118.2692
2026-03-1818.3191
2026-03-2518.2138
2026-04-0118.1499
2026-04-0817.9841
2026-04-1518.2171
2026-04-2218.0200
2026-04-2917.8869
2026-05-0618.2751
2026-05-1418.1658
2026-05-2118.2594
2026-05-2918.0851
2026-06-0518.3031
2026-06-1418.0450
2026-06-2117.8381
2026-06-2817.6665
2026-07-0517.7917
2026-07-1217.8472
2026-07-1917.8907
2026-07-2617.8409
2026-08-0218.1249
2026-08-0918.0583
2026-08-1618.1162
2026-08-2418.2255
2026-08-3118.2877
2026-09-0718.2265
2026-09-1418.1357
2026-09-2118.0470

High

18.3191

Low

16.9243

Average

17.8651

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=UYU").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/UYU API questions

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

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

How far back does FJD/UYU historical data go?

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