Skip to content

FJD to NPR exchange rate API

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

68.4087

▼ +1.00% over 30D

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 last 30 days, FJD/NPR traded between 68.2289 and 69.5280, averaged 68.8467 and fell 1.00%. 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 30D

FJD/NPR over 30D: show the values
PointFJD/NPR
2026-08-2669.0971
2026-08-2769.2694
2026-08-2869.1756
2026-08-2969.5280
2026-08-3069.0509
2026-08-3169.0330
2026-09-0168.6442
2026-09-0268.5462
2026-09-0368.2289
2026-09-0468.4382
2026-09-0568.6120
2026-09-0668.2812
2026-09-0768.4658
2026-09-0868.6398
2026-09-0968.8139
2026-09-1068.9284
2026-09-1169.1001
2026-09-1269.1547
2026-09-1368.8567
2026-09-1469.1371
2026-09-1569.1713
2026-09-1669.1519
2026-09-1768.7650
2026-09-1868.9120
2026-09-1969.3521
2026-09-2069.2932
2026-09-2168.8542
2026-09-2268.6476
2026-09-2368.6147
2026-09-2468.5121
2026-09-2568.4114

High

69.5280

Low

68.2289

Average

68.8467

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.