FJD to UAH exchange rate API
Fiji Dollar to Hryvnia · quoted 2026-09-25
20.0320
▲ +7.48% over YTD
1 FJD = 20.0320 UAH · 1 UAH = 0.04992 FJD · Get this rate via the API
1 FJD buys 20.0320 UAH as of 2026-09-25, so 1 UAH buys 0.04992 FJD. Over the year to date, FJD/UAH traded between 18.6386 and 20.3085, averaged 19.7884 and rose 7.48%. The API holds daily FJD/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/UAH over YTD: show the values
| Point | FJD/UAH |
|---|---|
| 2025-12-31 | 18.6386 |
| 2026-01-07 | 18.7377 |
| 2026-01-14 | 18.9663 |
| 2026-01-21 | 19.0908 |
| 2026-01-28 | 19.3960 |
| 2026-02-04 | 19.4910 |
| 2026-02-11 | 19.5704 |
| 2026-02-18 | 19.6073 |
| 2026-02-25 | 19.6248 |
| 2026-03-04 | 19.6926 |
| 2026-03-11 | 19.8952 |
| 2026-03-18 | 19.8452 |
| 2026-03-25 | 19.6864 |
| 2026-04-01 | 19.5902 |
| 2026-04-08 | 19.4194 |
| 2026-04-15 | 19.6990 |
| 2026-04-22 | 20.0237 |
| 2026-04-29 | 19.9732 |
| 2026-05-06 | 19.9493 |
| 2026-05-14 | 20.0406 |
| 2026-05-21 | 20.0269 |
| 2026-05-29 | 20.0529 |
| 2026-06-05 | 20.1221 |
| 2026-06-14 | 20.0924 |
| 2026-06-21 | 20.0070 |
| 2026-06-28 | 19.7921 |
| 2026-07-05 | 19.7715 |
| 2026-07-12 | 19.7743 |
| 2026-07-19 | 19.8858 |
| 2026-07-26 | 19.9507 |
| 2026-08-02 | 20.1445 |
| 2026-08-09 | 20.1362 |
| 2026-08-16 | 20.1181 |
| 2026-08-24 | 20.3085 |
| 2026-08-31 | 20.1909 |
| 2026-09-07 | 20.2168 |
| 2026-09-14 | 20.1001 |
| 2026-09-21 | 20.0856 |
High
20.3085
Low
18.6386
Average
19.7884
Get this rate via the API
One GET request returns the FJD/UAH 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=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=UAH").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/UAH API questions
How do I get the FJD/UAH exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/UAH rate in rates.UAH.
How far back does FJD/UAH historical data go?
Daily FJD/UAH 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/UAH 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.