Skip to content

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

FJD/UZS over 1Y: show the values
PointFJD/UZS
2025-09-255405.21
2025-10-025337.62
2025-10-095304.71
2025-10-165335.84
2025-10-235252.05
2025-10-305264.63
2025-11-065223.06
2025-11-135238.70
2025-11-205172.54
2025-11-275184.28
2025-12-045260.41
2025-12-125290.75
2025-12-195277.95
2025-12-265320.64
2026-01-025273.43
2026-01-095301.65
2026-01-165258.84
2026-01-235393.41
2026-01-305499.21
2026-02-065527.19
2026-02-135569.00
2026-02-205508.60
2026-02-275509.38
2026-03-065481.57
2026-03-135497.04
2026-03-205497.21
2026-03-275431.63
2026-04-035382.75
2026-04-105498.13
2026-04-175493.67
2026-04-245441.08
2026-05-015433.51
2026-05-085538.32
2026-05-165437.65
2026-05-245400.24
2026-05-315418.92
2026-06-095421.32
2026-06-165407.53
2026-06-235370.42
2026-06-305358.30
2026-07-075363.31
2026-07-145414.90
2026-07-215361.56
2026-07-285374.05
2026-08-045392.17
2026-08-115365.03
2026-08-185353.29
2026-08-265333.40
2026-09-025328.70
2026-09-095345.87
2026-09-165303.01
2026-09-235283.31

High

5569.00

Low

5172.54

Average

5371.71

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=UZS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=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&currencies=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.