Skip to content

FJD to UYU exchange rate API

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

17.8459

▲ +0.93% over 1Y

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 last year, FJD/UYU traded between 16.8174 and 18.2987, averaged 17.7454 and rose 0.93%. 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 1Y

FJD/UYU over 1Y: show the values
PointFJD/UYU
2025-09-2517.6814
2025-10-0217.5959
2025-10-0917.5555
2025-10-1617.5698
2025-10-2317.3239
2025-10-3017.4957
2025-11-0617.3625
2025-11-1317.3675
2025-11-2017.2961
2025-11-2717.3551
2025-12-0417.1892
2025-12-1217.2812
2025-12-1917.1681
2025-12-2617.2492
2026-01-0217.1397
2026-01-0917.1475
2026-01-1616.9856
2026-01-2316.8174
2026-01-3017.4025
2026-02-0617.3677
2026-02-1317.4298
2026-02-2017.5224
2026-02-2717.4015
2026-03-0617.7062
2026-03-1318.1932
2026-03-2018.1953
2026-03-2718.0473
2026-04-0317.9340
2026-04-1018.2383
2026-04-1718.0260
2026-04-2417.8589
2026-05-0118.1562
2026-05-0818.2754
2026-05-1618.0610
2026-05-2417.9991
2026-05-3118.0962
2026-06-0918.1497
2026-06-1618.2987
2026-06-2317.8828
2026-06-3017.8638
2026-07-0717.9043
2026-07-1418.0151
2026-07-2118.0478
2026-07-2817.9865
2026-08-0418.1118
2026-08-1118.1346
2026-08-1818.0650
2026-08-2618.1960
2026-09-0218.1885
2026-09-0918.1984
2026-09-1618.0961
2026-09-2318.0286

High

18.2987

Low

16.8174

Average

17.7454

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.