FJD to UYU exchange rate API
Fiji Dollar to Peso Uruguayo · quoted 2026-09-25
17.8459
▲ +3.38% over YTD
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 year to date, FJD/UYU traded between 16.9243 and 18.3191, averaged 17.8651 and rose 3.38%. 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 YTD: show the values
| Point | FJD/UYU |
|---|---|
| 2025-12-31 | 17.2625 |
| 2026-01-07 | 17.1507 |
| 2026-01-14 | 17.0649 |
| 2026-01-21 | 16.9243 |
| 2026-01-28 | 16.9685 |
| 2026-02-04 | 17.3519 |
| 2026-02-11 | 17.4090 |
| 2026-02-18 | 17.5917 |
| 2026-02-25 | 17.5104 |
| 2026-03-04 | 17.3674 |
| 2026-03-11 | 18.2692 |
| 2026-03-18 | 18.3191 |
| 2026-03-25 | 18.2138 |
| 2026-04-01 | 18.1499 |
| 2026-04-08 | 17.9841 |
| 2026-04-15 | 18.2171 |
| 2026-04-22 | 18.0200 |
| 2026-04-29 | 17.8869 |
| 2026-05-06 | 18.2751 |
| 2026-05-14 | 18.1658 |
| 2026-05-21 | 18.2594 |
| 2026-05-29 | 18.0851 |
| 2026-06-05 | 18.3031 |
| 2026-06-14 | 18.0450 |
| 2026-06-21 | 17.8381 |
| 2026-06-28 | 17.6665 |
| 2026-07-05 | 17.7917 |
| 2026-07-12 | 17.8472 |
| 2026-07-19 | 17.8907 |
| 2026-07-26 | 17.8409 |
| 2026-08-02 | 18.1249 |
| 2026-08-09 | 18.0583 |
| 2026-08-16 | 18.1162 |
| 2026-08-24 | 18.2255 |
| 2026-08-31 | 18.2877 |
| 2026-09-07 | 18.2265 |
| 2026-09-14 | 18.1357 |
| 2026-09-21 | 18.0470 |
High
18.3191
Low
16.9243
Average
17.8651
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.