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: show the values
| Point | FJD/UGX |
|---|---|
| 2025-09-25 | 1550.43 |
| 2025-10-02 | 1528.04 |
| 2025-10-09 | 1511.08 |
| 2025-10-16 | 1512.48 |
| 2025-10-23 | 1519.38 |
| 2025-10-30 | 1520.58 |
| 2025-11-06 | 1521.82 |
| 2025-11-13 | 1574.10 |
| 2025-11-20 | 1578.09 |
| 2025-11-27 | 1582.51 |
| 2025-12-04 | 1555.10 |
| 2025-12-12 | 1562.90 |
| 2025-12-19 | 1564.94 |
| 2025-12-26 | 1589.49 |
| 2026-01-02 | 1588.41 |
| 2026-01-09 | 1580.67 |
| 2026-01-16 | 1560.45 |
| 2026-01-23 | 1556.59 |
| 2026-01-30 | 1614.51 |
| 2026-02-06 | 1601.58 |
| 2026-02-13 | 1608.57 |
| 2026-02-20 | 1626.61 |
| 2026-02-27 | 1633.01 |
| 2026-03-06 | 1656.62 |
| 2026-03-13 | 1699.77 |
| 2026-03-20 | 1704.79 |
| 2026-03-27 | 1656.05 |
| 2026-04-03 | 1665.27 |
| 2026-04-10 | 1655.96 |
| 2026-04-17 | 1668.80 |
| 2026-04-24 | 1679.97 |
| 2026-05-01 | 1711.86 |
| 2026-05-08 | 1709.39 |
| 2026-05-16 | 1702.59 |
| 2026-05-24 | 1705.62 |
| 2026-05-31 | 1702.87 |
| 2026-06-09 | 1701.20 |
| 2026-06-16 | 1671.10 |
| 2026-06-23 | 1630.03 |
| 2026-06-30 | 1628.49 |
| 2026-07-07 | 1626.71 |
| 2026-07-14 | 1647.34 |
| 2026-07-21 | 1659.82 |
| 2026-07-28 | 1683.28 |
| 2026-08-04 | 1682.23 |
| 2026-08-11 | 1677.25 |
| 2026-08-18 | 1676.57 |
| 2026-08-26 | 1689.32 |
| 2026-09-02 | 1703.26 |
| 2026-09-09 | 1714.11 |
| 2026-09-16 | 1761.12 |
| 2026-09-23 | 1750.73 |
High
1761.12
Low
1511.08
Average
1634.22
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.