Skip to content

FJD to ERN exchange rate API

Fiji Dollar to Nakfa · quoted 2026-09-25

6.6821

▲ +1.23% over YTD

1 FJD = 6.6821 ERN · 1 ERN = 0.14965 FJD · Get this rate via the API

1 FJD buys 6.6821 ERN as of 2026-09-25, so 1 ERN buys 0.14965 FJD. Over the year to date, FJD/ERN traded between 6.5806 and 6.8419, averaged 6.7377 and rose 1.23%. The API holds daily FJD/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/ERN over YTD

FJD/ERN over YTD: show the values
PointFJD/ERN
2025-12-316.6008
2026-01-076.6069
2026-01-146.5806
2026-01-216.6169
2026-01-286.7630
2026-02-046.7771
2026-02-116.8087
2026-02-186.7997
2026-02-256.7998
2026-03-046.7794
2026-03-116.7959
2026-03-186.7759
2026-03-256.7212
2026-04-016.6983
2026-04-086.7003
2026-04-156.7873
2026-04-226.7994
2026-04-296.7997
2026-05-066.8235
2026-05-146.8419
2026-05-216.7919
2026-05-296.7947
2026-06-056.8052
2026-06-146.7118
2026-06-216.6830
2026-06-286.6176
2026-07-056.6440
2026-07-126.6626
2026-07-196.6796
2026-07-266.6774
2026-08-026.7595
2026-08-096.7480
2026-08-166.7464
2026-08-246.8115
2026-08-316.7782
2026-09-076.7920
2026-09-146.7715
2026-09-216.7370

High

6.8419

Low

6.5806

Average

6.7377

For developers

Get this rate via the API

One GET request returns the FJD/ERN 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=ERN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=ERN");
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=ERN").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/ERN API questions

How do I get the FJD/ERN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=ERN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/ERN rate in rates.ERN.

How far back does FJD/ERN historical data go?

Daily FJD/ERN 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/ERN 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.