Skip to content

FJD to NGN exchange rate API

Fiji Dollar to Naira · quoted 2026-09-25

591.0820

▼ +7.37% over YTD

1 FJD = 591.0820 NGN · 1 NGN = 0.001692 FJD · Get this rate via the API

1 FJD buys 591.0820 NGN as of 2026-09-25, so 1 NGN buys 0.001692 FJD. Over the year to date, FJD/NGN traded between 591.0820 and 638.0976, averaged 615.5630 and fell 7.37%. The API holds daily FJD/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/NGN over YTD

FJD/NGN over YTD: show the values
PointFJD/NGN
2025-12-31638.0976
2026-01-07629.6811
2026-01-14624.7123
2026-01-21626.2017
2026-01-28633.7392
2026-02-04626.9432
2026-02-11614.7563
2026-02-18610.9174
2026-02-25612.7198
2026-03-04623.1697
2026-03-11633.6357
2026-03-18612.8525
2026-03-25616.4556
2026-04-01617.6162
2026-04-08617.1803
2026-04-15611.8727
2026-04-22611.3873
2026-04-29623.2845
2026-05-06621.3469
2026-05-14625.6600
2026-05-21620.9314
2026-05-29622.1237
2026-06-05617.8531
2026-06-14609.1939
2026-06-21606.7611
2026-06-28608.2906
2026-07-05606.8544
2026-07-12611.5678
2026-07-19613.7002
2026-07-26607.9257
2026-08-02616.3130
2026-08-09614.9257
2026-08-16611.3793
2026-08-24612.8343
2026-08-31608.4926
2026-09-07598.5972
2026-09-14598.2714
2026-09-21597.6309

High

638.0976

Low

591.0820

Average

615.5630

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/NGN API questions

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

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

How far back does FJD/NGN historical data go?

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