FJD to UYU exchange rate API
Fiji Dollar to Peso Uruguayo · quoted 2026-09-25
17.8459
▲ +0.93% over 1Y
1 FJD = 17.8459 UYU · 1 UYU = 0.05604 FJD · Get this rate via the API
1 FJD buys 17.8459 UYU as of 2026-09-25, so 1 UYU buys 0.05604 FJD. Over the last year, FJD/UYU traded between 16.8174 and 18.2987, averaged 17.7454 and rose 0.93%. The API holds daily FJD/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/UYU over 1Y: show the values
| Point | FJD/UYU |
|---|---|
| 2025-09-25 | 17.6814 |
| 2025-10-02 | 17.5959 |
| 2025-10-09 | 17.5555 |
| 2025-10-16 | 17.5698 |
| 2025-10-23 | 17.3239 |
| 2025-10-30 | 17.4957 |
| 2025-11-06 | 17.3625 |
| 2025-11-13 | 17.3675 |
| 2025-11-20 | 17.2961 |
| 2025-11-27 | 17.3551 |
| 2025-12-04 | 17.1892 |
| 2025-12-12 | 17.2812 |
| 2025-12-19 | 17.1681 |
| 2025-12-26 | 17.2492 |
| 2026-01-02 | 17.1397 |
| 2026-01-09 | 17.1475 |
| 2026-01-16 | 16.9856 |
| 2026-01-23 | 16.8174 |
| 2026-01-30 | 17.4025 |
| 2026-02-06 | 17.3677 |
| 2026-02-13 | 17.4298 |
| 2026-02-20 | 17.5224 |
| 2026-02-27 | 17.4015 |
| 2026-03-06 | 17.7062 |
| 2026-03-13 | 18.1932 |
| 2026-03-20 | 18.1953 |
| 2026-03-27 | 18.0473 |
| 2026-04-03 | 17.9340 |
| 2026-04-10 | 18.2383 |
| 2026-04-17 | 18.0260 |
| 2026-04-24 | 17.8589 |
| 2026-05-01 | 18.1562 |
| 2026-05-08 | 18.2754 |
| 2026-05-16 | 18.0610 |
| 2026-05-24 | 17.9991 |
| 2026-05-31 | 18.0962 |
| 2026-06-09 | 18.1497 |
| 2026-06-16 | 18.2987 |
| 2026-06-23 | 17.8828 |
| 2026-06-30 | 17.8638 |
| 2026-07-07 | 17.9043 |
| 2026-07-14 | 18.0151 |
| 2026-07-21 | 18.0478 |
| 2026-07-28 | 17.9865 |
| 2026-08-04 | 18.1118 |
| 2026-08-11 | 18.1346 |
| 2026-08-18 | 18.0650 |
| 2026-08-26 | 18.1960 |
| 2026-09-02 | 18.1885 |
| 2026-09-09 | 18.1984 |
| 2026-09-16 | 18.0961 |
| 2026-09-23 | 18.0286 |
High
18.2987
Low
16.8174
Average
17.7454
Get this rate via the API
One GET request returns the FJD/UYU 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=UYU"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=UYU");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=UYU").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/UYU API questions
How do I get the FJD/UYU exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=UYU, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/UYU rate in rates.UYU.
How far back does FJD/UYU historical data go?
Daily FJD/UYU 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/UYU 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.