FJD to UZS exchange rate API
Fiji Dollar to Uzbekistan Sum · quoted 2026-09-25
5263.60
▼ +2.62% over 1Y
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 last year, FJD/UZS traded between 5172.54 and 5569.00, averaged 5371.71 and fell 2.62%. 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 1Y: show the values
| Point | FJD/UZS |
|---|---|
| 2025-09-25 | 5405.21 |
| 2025-10-02 | 5337.62 |
| 2025-10-09 | 5304.71 |
| 2025-10-16 | 5335.84 |
| 2025-10-23 | 5252.05 |
| 2025-10-30 | 5264.63 |
| 2025-11-06 | 5223.06 |
| 2025-11-13 | 5238.70 |
| 2025-11-20 | 5172.54 |
| 2025-11-27 | 5184.28 |
| 2025-12-04 | 5260.41 |
| 2025-12-12 | 5290.75 |
| 2025-12-19 | 5277.95 |
| 2025-12-26 | 5320.64 |
| 2026-01-02 | 5273.43 |
| 2026-01-09 | 5301.65 |
| 2026-01-16 | 5258.84 |
| 2026-01-23 | 5393.41 |
| 2026-01-30 | 5499.21 |
| 2026-02-06 | 5527.19 |
| 2026-02-13 | 5569.00 |
| 2026-02-20 | 5508.60 |
| 2026-02-27 | 5509.38 |
| 2026-03-06 | 5481.57 |
| 2026-03-13 | 5497.04 |
| 2026-03-20 | 5497.21 |
| 2026-03-27 | 5431.63 |
| 2026-04-03 | 5382.75 |
| 2026-04-10 | 5498.13 |
| 2026-04-17 | 5493.67 |
| 2026-04-24 | 5441.08 |
| 2026-05-01 | 5433.51 |
| 2026-05-08 | 5538.32 |
| 2026-05-16 | 5437.65 |
| 2026-05-24 | 5400.24 |
| 2026-05-31 | 5418.92 |
| 2026-06-09 | 5421.32 |
| 2026-06-16 | 5407.53 |
| 2026-06-23 | 5370.42 |
| 2026-06-30 | 5358.30 |
| 2026-07-07 | 5363.31 |
| 2026-07-14 | 5414.90 |
| 2026-07-21 | 5361.56 |
| 2026-07-28 | 5374.05 |
| 2026-08-04 | 5392.17 |
| 2026-08-11 | 5365.03 |
| 2026-08-18 | 5353.29 |
| 2026-08-26 | 5333.40 |
| 2026-09-02 | 5328.70 |
| 2026-09-09 | 5345.87 |
| 2026-09-16 | 5303.01 |
| 2026-09-23 | 5283.31 |
High
5569.00
Low
5172.54
Average
5371.71
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.