Skip to content

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

FJD/HUF over YTD: show the values
PointFJD/HUF
2025-12-31144.2434
2026-01-07145.1292
2026-01-14145.7025
2026-01-21144.9186
2026-01-28143.4229
2026-02-04145.3970
2026-02-11144.4943
2026-02-18144.7507
2026-02-25144.5972
2026-03-04149.1128
2026-03-11151.7229
2026-03-18154.3050
2026-03-25150.4335
2026-04-01146.9525
2026-04-08143.3348
2026-04-15140.1551
2026-04-22141.2227
2026-04-29140.9113
2026-05-06138.9018
2026-05-13139.4280
2026-05-20141.0775
2026-05-27138.5374
2026-06-03138.6164
2026-06-10139.3210
2026-06-17135.8174
2026-06-24140.1445
2026-07-01139.4158
2026-07-08139.7442
2026-07-15140.8738
2026-07-22142.7895
2026-07-29142.0291
2026-08-05141.0365
2026-08-12141.9194
2026-08-19141.4468
2026-08-26139.8415
2026-09-02143.4264
2026-09-09141.3969
2026-09-16142.3137
2026-09-23143.0931

High

154.3050

Low

135.8174

Average

142.8659

For developers

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