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: show the values
| Point | FJD/NGN |
|---|---|
| 2025-12-31 | 638.0976 |
| 2026-01-07 | 629.6811 |
| 2026-01-14 | 624.7123 |
| 2026-01-21 | 626.2017 |
| 2026-01-28 | 633.7392 |
| 2026-02-04 | 626.9432 |
| 2026-02-11 | 614.7563 |
| 2026-02-18 | 610.9174 |
| 2026-02-25 | 612.7198 |
| 2026-03-04 | 623.1697 |
| 2026-03-11 | 633.6357 |
| 2026-03-18 | 612.8525 |
| 2026-03-25 | 616.4556 |
| 2026-04-01 | 617.6162 |
| 2026-04-08 | 617.1803 |
| 2026-04-15 | 611.8727 |
| 2026-04-22 | 611.3873 |
| 2026-04-29 | 623.2845 |
| 2026-05-06 | 621.3469 |
| 2026-05-14 | 625.6600 |
| 2026-05-21 | 620.9314 |
| 2026-05-29 | 622.1237 |
| 2026-06-05 | 617.8531 |
| 2026-06-14 | 609.1939 |
| 2026-06-21 | 606.7611 |
| 2026-06-28 | 608.2906 |
| 2026-07-05 | 606.8544 |
| 2026-07-12 | 611.5678 |
| 2026-07-19 | 613.7002 |
| 2026-07-26 | 607.9257 |
| 2026-08-02 | 616.3130 |
| 2026-08-09 | 614.9257 |
| 2026-08-16 | 611.3793 |
| 2026-08-24 | 612.8343 |
| 2026-08-31 | 608.4926 |
| 2026-09-07 | 598.5972 |
| 2026-09-14 | 598.2714 |
| 2026-09-21 | 597.6309 |
High
638.0976
Low
591.0820
Average
615.5630
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.