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: show the values
| Point | FJD/UGX |
|---|---|
| 2024-08-24 | 1685.47 |
| 2024-10-07 | 1647.87 |
| 2024-11-06 | 1617.00 |
| 2024-12-06 | 1612.49 |
| 2025-01-05 | 1584.01 |
| 2025-02-04 | 1583.26 |
| 2025-03-06 | 1604.57 |
| 2025-04-06 | 1577.12 |
| 2025-05-06 | 1612.84 |
| 2025-06-07 | 1613.42 |
| 2025-07-07 | 1595.64 |
| 2025-08-06 | 1584.24 |
| 2025-09-05 | 1556.72 |
| 2025-10-06 | 1519.99 |
| 2025-11-05 | 1517.80 |
| 2025-12-05 | 1558.64 |
| 2026-01-05 | 1590.01 |
| 2026-02-04 | 1610.32 |
| 2026-03-06 | 1656.62 |
| 2026-04-05 | 1674.71 |
| 2026-05-05 | 1707.89 |
| 2026-06-06 | 1696.03 |
| 2026-07-08 | 1631.49 |
| 2026-08-07 | 1674.43 |
| 2026-09-07 | 1709.79 |
High
1749.99
Low
1517.80
Average
1622.01
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.