Skip to content

FJD to UYU exchange rate API

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

17.8459

▼ +1.92% over 30D

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 30 days, FJD/UYU traded between 17.8459 and 18.3172, averaged 18.1368 and fell 1.92%. 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 30D

FJD/UYU over 30D: show the values
PointFJD/UYU
2026-08-2618.1960
2026-08-2718.2091
2026-08-2818.1848
2026-08-2918.3172
2026-08-3018.2088
2026-08-3118.2877
2026-09-0118.1834
2026-09-0218.1885
2026-09-0318.1554
2026-09-0418.1793
2026-09-0518.2675
2026-09-0618.1610
2026-09-0718.2265
2026-09-0818.2288
2026-09-0918.1984
2026-09-1018.1859
2026-09-1118.1617
2026-09-1218.1683
2026-09-1318.1404
2026-09-1418.1357
2026-09-1518.1164
2026-09-1618.0961
2026-09-1718.1238
2026-09-1818.0603
2026-09-1918.1442
2026-09-2018.1106
2026-09-2118.0470
2026-09-2218.0118
2026-09-2318.0286
2026-09-2417.9621
2026-09-2517.8466

High

18.3172

Low

17.8459

Average

18.1368

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.