FJD to HUF exchange rate API
Fiji Dollar to Forint · quoted 2026-09-25
142.6608
▼ +3.26% over 1Y
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 last year, FJD/HUF traded between 137.6869 and 155.1422, averaged 143.7298 and fell 3.26%. 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 1Y: show the values
| Point | FJD/HUF |
|---|---|
| 2025-09-25 | 147.4714 |
| 2025-10-02 | 145.9815 |
| 2025-10-09 | 148.1412 |
| 2025-10-16 | 146.4045 |
| 2025-10-23 | 146.6185 |
| 2025-10-30 | 147.6721 |
| 2025-11-06 | 146.0169 |
| 2025-11-13 | 144.3372 |
| 2025-11-20 | 144.2352 |
| 2025-11-27 | 143.8135 |
| 2025-12-04 | 143.6730 |
| 2025-12-11 | 144.2283 |
| 2025-12-18 | 145.0309 |
| 2025-12-25 | 145.4535 |
| 2026-01-01 | 143.8887 |
| 2026-01-08 | 145.0844 |
| 2026-01-15 | 145.6884 |
| 2026-01-22 | 144.5164 |
| 2026-01-29 | 143.6455 |
| 2026-02-05 | 144.9813 |
| 2026-02-12 | 145.3894 |
| 2026-02-19 | 146.3460 |
| 2026-02-26 | 144.2047 |
| 2026-03-05 | 150.7501 |
| 2026-03-12 | 151.9614 |
| 2026-03-19 | 155.1422 |
| 2026-03-26 | 151.2765 |
| 2026-04-02 | 148.6025 |
| 2026-04-09 | 144.8024 |
| 2026-04-16 | 140.0670 |
| 2026-04-23 | 141.3306 |
| 2026-04-30 | 141.5250 |
| 2026-05-07 | 137.6869 |
| 2026-05-14 | 139.3210 |
| 2026-05-21 | 140.7409 |
| 2026-05-28 | 139.0491 |
| 2026-06-04 | 138.1185 |
| 2026-06-11 | 138.0107 |
| 2026-06-18 | 138.0271 |
| 2026-06-25 | 139.6932 |
| 2026-07-02 | 139.1598 |
| 2026-07-09 | 139.4622 |
| 2026-07-16 | 140.9667 |
| 2026-07-23 | 143.0258 |
| 2026-07-30 | 141.1918 |
| 2026-08-06 | 141.5887 |
| 2026-08-13 | 141.3868 |
| 2026-08-20 | 141.2126 |
| 2026-08-27 | 141.5389 |
| 2026-09-03 | 142.8286 |
| 2026-09-10 | 141.9258 |
| 2026-09-17 | 141.6901 |
| 2026-09-24 | 143.8406 |
High
155.1422
Low
137.6869
Average
143.7298
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.