Skip to content

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

FJD/HUF over 1Y: show the values
PointFJD/HUF
2025-09-25147.4714
2025-10-02145.9815
2025-10-09148.1412
2025-10-16146.4045
2025-10-23146.6185
2025-10-30147.6721
2025-11-06146.0169
2025-11-13144.3372
2025-11-20144.2352
2025-11-27143.8135
2025-12-04143.6730
2025-12-11144.2283
2025-12-18145.0309
2025-12-25145.4535
2026-01-01143.8887
2026-01-08145.0844
2026-01-15145.6884
2026-01-22144.5164
2026-01-29143.6455
2026-02-05144.9813
2026-02-12145.3894
2026-02-19146.3460
2026-02-26144.2047
2026-03-05150.7501
2026-03-12151.9614
2026-03-19155.1422
2026-03-26151.2765
2026-04-02148.6025
2026-04-09144.8024
2026-04-16140.0670
2026-04-23141.3306
2026-04-30141.5250
2026-05-07137.6869
2026-05-14139.3210
2026-05-21140.7409
2026-05-28139.0491
2026-06-04138.1185
2026-06-11138.0107
2026-06-18138.0271
2026-06-25139.6932
2026-07-02139.1598
2026-07-09139.4622
2026-07-16140.9667
2026-07-23143.0258
2026-07-30141.1918
2026-08-06141.5887
2026-08-13141.3868
2026-08-20141.2126
2026-08-27141.5389
2026-09-03142.8286
2026-09-10141.9258
2026-09-17141.6901
2026-09-24143.8406

High

155.1422

Low

137.6869

Average

143.7298

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.