FJD to HUF exchange rate API
Fiji Dollar to Forint · quoted 2026-09-25
142.6608
▼ +1.10% over YTD
1 FJD = 142.6608 HUF · 1 HUF = 0.007010 FJD · Get this rate via the API
1 FJD buys 142.6608 HUF as of 2026-09-25, so 1 HUF buys 0.007010 FJD. Over the year to date, FJD/HUF traded between 135.8174 and 154.3050, averaged 142.8659 and fell 1.10%. The API holds daily FJD/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/HUF over YTD: show the values
| Point | FJD/HUF |
|---|---|
| 2025-12-31 | 144.2434 |
| 2026-01-07 | 145.1292 |
| 2026-01-14 | 145.7025 |
| 2026-01-21 | 144.9186 |
| 2026-01-28 | 143.4229 |
| 2026-02-04 | 145.3970 |
| 2026-02-11 | 144.4943 |
| 2026-02-18 | 144.7507 |
| 2026-02-25 | 144.5972 |
| 2026-03-04 | 149.1128 |
| 2026-03-11 | 151.7229 |
| 2026-03-18 | 154.3050 |
| 2026-03-25 | 150.4335 |
| 2026-04-01 | 146.9525 |
| 2026-04-08 | 143.3348 |
| 2026-04-15 | 140.1551 |
| 2026-04-22 | 141.2227 |
| 2026-04-29 | 140.9113 |
| 2026-05-06 | 138.9018 |
| 2026-05-13 | 139.4280 |
| 2026-05-20 | 141.0775 |
| 2026-05-27 | 138.5374 |
| 2026-06-03 | 138.6164 |
| 2026-06-10 | 139.3210 |
| 2026-06-17 | 135.8174 |
| 2026-06-24 | 140.1445 |
| 2026-07-01 | 139.4158 |
| 2026-07-08 | 139.7442 |
| 2026-07-15 | 140.8738 |
| 2026-07-22 | 142.7895 |
| 2026-07-29 | 142.0291 |
| 2026-08-05 | 141.0365 |
| 2026-08-12 | 141.9194 |
| 2026-08-19 | 141.4468 |
| 2026-08-26 | 139.8415 |
| 2026-09-02 | 143.4264 |
| 2026-09-09 | 141.3969 |
| 2026-09-16 | 142.3137 |
| 2026-09-23 | 143.0931 |
High
154.3050
Low
135.8174
Average
142.8659
Get this rate via the API
One GET request returns the FJD/HUF 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=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/HUF API questions
How do I get the FJD/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/HUF rate in rates.HUF.
How far back does FJD/HUF historical data go?
Daily FJD/HUF 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/HUF 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.