Skip to content

FJD to ERN exchange rate API

Fiji Dollar to Nakfa · quoted 2026-09-25

6.6821

▲ +0.54% over 1Y

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 year, FJD/ERN traded between 6.5126 and 6.8334, averaged 6.6952 and rose 0.54%. 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 1Y

FJD/ERN over 1Y: show the values
PointFJD/ERN
2025-09-256.6459
2025-10-026.6207
2025-10-096.5991
2025-10-166.5632
2025-10-236.5377
2025-10-306.5778
2025-11-066.5390
2025-11-136.5510
2025-11-206.5126
2025-11-276.5482
2025-12-046.5810
2025-12-126.5976
2025-12-196.5720
2025-12-266.6024
2026-01-026.5817
2026-01-096.5884
2026-01-166.5830
2026-01-236.6611
2026-01-306.7947
2026-02-066.7456
2026-02-136.8071
2026-02-206.7994
2026-02-276.8091
2026-03-066.7506
2026-03-136.8014
2026-03-206.7742
2026-03-276.6857
2026-04-036.6553
2026-04-106.7489
2026-04-176.7744
2026-04-246.7731
2026-05-016.8274
2026-05-086.8334
2026-05-166.8055
2026-05-246.7608
2026-05-316.7724
2026-06-096.7621
2026-06-166.7573
2026-06-236.7057
2026-06-306.6664
2026-07-076.6870
2026-07-146.6980
2026-07-216.7185
2026-07-286.7063
2026-08-046.7436
2026-08-116.7475
2026-08-186.7568
2026-08-266.7958
2026-09-026.7650
2026-09-096.7903
2026-09-166.7576
2026-09-236.7234

High

6.8334

Low

6.5126

Average

6.6952

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.