Skip to content

FJD to UGX exchange rate API

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

1749.99

▲ +12.87% over 1Y

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 year, FJD/UGX traded between 1511.08 and 1761.12, averaged 1634.22 and rose 12.87%. 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 1Y

FJD/UGX over 1Y: show the values
PointFJD/UGX
2025-09-251550.43
2025-10-021528.04
2025-10-091511.08
2025-10-161512.48
2025-10-231519.38
2025-10-301520.58
2025-11-061521.82
2025-11-131574.10
2025-11-201578.09
2025-11-271582.51
2025-12-041555.10
2025-12-121562.90
2025-12-191564.94
2025-12-261589.49
2026-01-021588.41
2026-01-091580.67
2026-01-161560.45
2026-01-231556.59
2026-01-301614.51
2026-02-061601.58
2026-02-131608.57
2026-02-201626.61
2026-02-271633.01
2026-03-061656.62
2026-03-131699.77
2026-03-201704.79
2026-03-271656.05
2026-04-031665.27
2026-04-101655.96
2026-04-171668.80
2026-04-241679.97
2026-05-011711.86
2026-05-081709.39
2026-05-161702.59
2026-05-241705.62
2026-05-311702.87
2026-06-091701.20
2026-06-161671.10
2026-06-231630.03
2026-06-301628.49
2026-07-071626.71
2026-07-141647.34
2026-07-211659.82
2026-07-281683.28
2026-08-041682.23
2026-08-111677.25
2026-08-181676.57
2026-08-261689.32
2026-09-021703.26
2026-09-091714.11
2026-09-161761.12
2026-09-231750.73

High

1761.12

Low

1511.08

Average

1634.22

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.