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: show the values
| Point | FJD/ERN |
|---|---|
| 2025-09-25 | 6.6459 |
| 2025-10-02 | 6.6207 |
| 2025-10-09 | 6.5991 |
| 2025-10-16 | 6.5632 |
| 2025-10-23 | 6.5377 |
| 2025-10-30 | 6.5778 |
| 2025-11-06 | 6.5390 |
| 2025-11-13 | 6.5510 |
| 2025-11-20 | 6.5126 |
| 2025-11-27 | 6.5482 |
| 2025-12-04 | 6.5810 |
| 2025-12-12 | 6.5976 |
| 2025-12-19 | 6.5720 |
| 2025-12-26 | 6.6024 |
| 2026-01-02 | 6.5817 |
| 2026-01-09 | 6.5884 |
| 2026-01-16 | 6.5830 |
| 2026-01-23 | 6.6611 |
| 2026-01-30 | 6.7947 |
| 2026-02-06 | 6.7456 |
| 2026-02-13 | 6.8071 |
| 2026-02-20 | 6.7994 |
| 2026-02-27 | 6.8091 |
| 2026-03-06 | 6.7506 |
| 2026-03-13 | 6.8014 |
| 2026-03-20 | 6.7742 |
| 2026-03-27 | 6.6857 |
| 2026-04-03 | 6.6553 |
| 2026-04-10 | 6.7489 |
| 2026-04-17 | 6.7744 |
| 2026-04-24 | 6.7731 |
| 2026-05-01 | 6.8274 |
| 2026-05-08 | 6.8334 |
| 2026-05-16 | 6.8055 |
| 2026-05-24 | 6.7608 |
| 2026-05-31 | 6.7724 |
| 2026-06-09 | 6.7621 |
| 2026-06-16 | 6.7573 |
| 2026-06-23 | 6.7057 |
| 2026-06-30 | 6.6664 |
| 2026-07-07 | 6.6870 |
| 2026-07-14 | 6.6980 |
| 2026-07-21 | 6.7185 |
| 2026-07-28 | 6.7063 |
| 2026-08-04 | 6.7436 |
| 2026-08-11 | 6.7475 |
| 2026-08-18 | 6.7568 |
| 2026-08-26 | 6.7958 |
| 2026-09-02 | 6.7650 |
| 2026-09-09 | 6.7903 |
| 2026-09-16 | 6.7576 |
| 2026-09-23 | 6.7234 |
High
6.8334
Low
6.5126
Average
6.6952
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ERN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ERN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.