Skip to content

FJD to NPR exchange rate API

Fiji Dollar to Nepalese Rupee · quoted 2026-09-25

68.4087

▲ +8.15% over YTD

1 FJD = 68.4087 NPR · 1 NPR = 0.01462 FJD · Get this rate via the API

1 FJD buys 68.4087 NPR as of 2026-09-25, so 1 NPR buys 0.01462 FJD. Over the year to date, FJD/NPR traded between 63.2533 and 69.8829, averaged 67.4467 and rose 8.15%. The API holds daily FJD/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/NPR over YTD

FJD/NPR over YTD: show the values
PointFJD/NPR
2025-12-3163.2533
2026-01-0763.5666
2026-01-1463.3819
2026-01-2164.3231
2026-01-2866.0638
2026-02-0465.3755
2026-02-1165.7992
2026-02-1865.7667
2026-02-2565.9512
2026-03-0466.6344
2026-03-1166.6366
2026-03-1866.7927
2026-03-2567.3451
2026-04-0166.9039
2026-04-0866.1027
2026-04-1567.4163
2026-04-2267.8655
2026-04-2968.5204
2026-05-0669.1685
2026-05-1469.8829
2026-05-2169.8554
2026-05-2969.3067
2026-06-0569.4878
2026-06-1468.1919
2026-06-2167.3627
2026-06-2866.7538
2026-07-0567.6389
2026-07-1267.8914
2026-07-1968.7079
2026-07-2668.7898
2026-08-0268.8531
2026-08-0968.5754
2026-08-1668.7921
2026-08-2469.5659
2026-08-3169.0330
2026-09-0768.4658
2026-09-1469.1371
2026-09-2168.8542

High

69.8829

Low

63.2533

Average

67.4467

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/NPR API questions

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

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

How far back does FJD/NPR historical data go?

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