FJD to UZS exchange rate API
Fiji Dollar to Uzbekistan Sum · quoted 2026-09-25
5263.60
▼ +0.56% over YTD
1 FJD = 5263.60 UZS · 1 UZS = 0.000190 FJD · Get this rate via the API
1 FJD buys 5263.60 UZS as of 2026-09-25, so 1 UZS buys 0.000190 FJD. Over the year to date, FJD/UZS traded between 5263.60 and 5596.78, averaged 5408.34 and fell 0.56%. The API holds daily FJD/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/UZS over YTD: show the values
| Point | FJD/UZS |
|---|---|
| 2025-12-31 | 5293.23 |
| 2026-01-07 | 5275.55 |
| 2026-01-14 | 5302.09 |
| 2026-01-21 | 5321.65 |
| 2026-01-28 | 5468.83 |
| 2026-02-04 | 5535.76 |
| 2026-02-11 | 5596.78 |
| 2026-02-18 | 5508.37 |
| 2026-02-25 | 5529.95 |
| 2026-03-04 | 5518.25 |
| 2026-03-11 | 5511.19 |
| 2026-03-18 | 5468.67 |
| 2026-03-25 | 5457.83 |
| 2026-04-01 | 5453.63 |
| 2026-04-08 | 5446.04 |
| 2026-04-15 | 5498.19 |
| 2026-04-22 | 5473.82 |
| 2026-04-29 | 5471.46 |
| 2026-05-06 | 5470.14 |
| 2026-05-14 | 5509.97 |
| 2026-05-21 | 5472.70 |
| 2026-05-29 | 5440.39 |
| 2026-06-05 | 5434.77 |
| 2026-06-14 | 5361.71 |
| 2026-06-21 | 5372.42 |
| 2026-06-28 | 5297.98 |
| 2026-07-05 | 5304.33 |
| 2026-07-12 | 5363.44 |
| 2026-07-19 | 5357.76 |
| 2026-07-26 | 5352.13 |
| 2026-08-02 | 5389.55 |
| 2026-08-09 | 5376.82 |
| 2026-08-16 | 5349.34 |
| 2026-08-24 | 5380.31 |
| 2026-08-31 | 5347.29 |
| 2026-09-07 | 5333.57 |
| 2026-09-14 | 5299.84 |
| 2026-09-21 | 5315.71 |
High
5596.78
Low
5263.60
Average
5408.34
Get this rate via the API
One GET request returns the FJD/UZS 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=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/UZS API questions
How do I get the FJD/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/UZS rate in rates.UZS.
How far back does FJD/UZS historical data go?
Daily FJD/UZS 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/UZS 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.