FJD to UGX exchange rate API
Fiji Dollar to Uganda Shilling · quoted 2026-09-25
1749.99
▲ +5.69% over 6M
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 6 months, FJD/UGX traded between 1633.50 and 1765.33, averaged 1686.61 and rose 5.69%. 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 6M: show the values
| Point | FJD/UGX |
|---|---|
| 2026-03-29 | 1655.74 |
| 2026-04-05 | 1674.71 |
| 2026-04-12 | 1658.82 |
| 2026-04-19 | 1668.41 |
| 2026-04-26 | 1674.37 |
| 2026-05-03 | 1705.48 |
| 2026-05-10 | 1699.01 |
| 2026-05-18 | 1703.63 |
| 2026-05-26 | 1709.21 |
| 2026-06-02 | 1709.87 |
| 2026-06-11 | 1687.89 |
| 2026-06-18 | 1635.86 |
| 2026-06-25 | 1648.35 |
| 2026-07-02 | 1633.50 |
| 2026-07-09 | 1643.24 |
| 2026-07-16 | 1653.67 |
| 2026-07-23 | 1669.88 |
| 2026-07-30 | 1672.93 |
| 2026-08-06 | 1676.22 |
| 2026-08-13 | 1669.92 |
| 2026-08-21 | 1679.35 |
| 2026-08-28 | 1705.72 |
| 2026-09-04 | 1709.72 |
| 2026-09-11 | 1727.61 |
| 2026-09-18 | 1765.33 |
| 2026-09-25 | 1750.06 |
High
1765.33
Low
1633.50
Average
1686.61
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.