Skip to content

FJD to UGX exchange rate API

Fiji Dollar to Uganda Shilling · quoted 2026-09-25

1749.99

▲ +3.83% over 5Y

1 FJD = 1749.99 UGX · 1 UGX = 0.000571 FJD · Get this rate via the API

1 FJD buys 1749.99 UGX as of 2026-09-25, so 1 UGX buys 0.000571 FJD. Over the last 5 years, FJD/UGX traded between 1517.80 and 1749.99, averaged 1622.01 and rose 3.83%. The API holds daily FJD/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/UGX over 5Y

FJD/UGX over 5Y: show the values
PointFJD/UGX
2024-08-241685.47
2024-10-071647.87
2024-11-061617.00
2024-12-061612.49
2025-01-051584.01
2025-02-041583.26
2025-03-061604.57
2025-04-061577.12
2025-05-061612.84
2025-06-071613.42
2025-07-071595.64
2025-08-061584.24
2025-09-051556.72
2025-10-061519.99
2025-11-051517.80
2025-12-051558.64
2026-01-051590.01
2026-02-041610.32
2026-03-061656.62
2026-04-051674.71
2026-05-051707.89
2026-06-061696.03
2026-07-081631.49
2026-08-071674.43
2026-09-071709.79

High

1749.99

Low

1517.80

Average

1622.01

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/UGX API questions

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

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

How far back does FJD/UGX historical data go?

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