Skip to content

FJD to UGX exchange rate API

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

1749.99

▲ +3.59% over 30D

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 30 days, FJD/UGX traded between 1689.32 and 1775.34, averaged 1730.90 and rose 3.59%. 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 30D

FJD/UGX over 30D: show the values
PointFJD/UGX
2026-08-261689.32
2026-08-271697.17
2026-08-281705.72
2026-08-291713.98
2026-08-301703.96
2026-08-311704.67
2026-09-011710.10
2026-09-021703.26
2026-09-031706.41
2026-09-041709.72
2026-09-051714.31
2026-09-061705.97
2026-09-071709.79
2026-09-081711.56
2026-09-091714.11
2026-09-101713.30
2026-09-111727.61
2026-09-121747.40
2026-09-131741.11
2026-09-141746.32
2026-09-151755.55
2026-09-161761.12
2026-09-171758.56
2026-09-181765.33
2026-09-191774.98
2026-09-201775.34
2026-09-211768.04
2026-09-221759.09
2026-09-231750.73
2026-09-241744.14
2026-09-251750.06

High

1775.34

Low

1689.32

Average

1730.90

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.