Skip to content

FJD to ERN exchange rate API

Fiji Dollar to Nakfa · quoted 2026-09-25

6.6821

▼ +1.74% over 5Y

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 last 5 years, FJD/ERN traded between 6.4444 and 6.8250, averaged 6.6502 and fell 1.74%. 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 5Y

FJD/ERN over 5Y: show the values
PointFJD/ERN
2024-08-246.8006
2024-10-076.7473
2024-11-066.6176
2024-12-066.5865
2025-01-056.4634
2025-02-046.4444
2025-03-066.5569
2025-04-066.4697
2025-05-066.6083
2025-06-076.6654
2025-07-076.6719
2025-08-066.6471
2025-09-056.6384
2025-10-066.5989
2025-11-056.5337
2025-12-056.5832
2026-01-056.5874
2026-02-046.7771
2026-03-066.7506
2026-04-056.6871
2026-05-056.8250
2026-06-066.7565
2026-07-086.6773
2026-08-076.7374
2026-09-076.7920

High

6.8250

Low

6.4444

Average

6.6502

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.