Skip to content

FJD to NPR exchange rate API

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

68.4087

▲ +8.70% over 1Y

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 year, FJD/NPR traded between 61.2522 and 69.7137, averaged 66.1254 and rose 8.70%. 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 1Y

FJD/NPR over 1Y: show the values
PointFJD/NPR
2025-09-2562.9351
2025-10-0262.6563
2025-10-0962.4946
2025-10-1661.3954
2025-10-2361.2522
2025-10-3062.0274
2025-11-0661.8361
2025-11-1361.9585
2025-11-2061.5107
2025-11-2762.3103
2025-12-0463.3505
2025-12-1263.5574
2025-12-1963.2875
2025-12-2663.4215
2026-01-0263.1680
2026-01-0963.1963
2026-01-1663.4517
2026-01-2365.1069
2026-01-3066.6586
2026-02-0665.0319
2026-02-1365.8334
2026-02-2066.0477
2026-02-2766.1086
2026-03-0665.9953
2026-03-1366.9842
2026-03-2067.1863
2026-03-2767.1773
2026-04-0365.8461
2026-04-1066.5818
2026-04-1767.4253
2026-04-2467.9422
2026-05-0169.0954
2026-05-0868.9227
2026-05-1669.7137
2026-05-2469.0678
2026-05-3168.6498
2026-06-0969.0146
2026-06-1668.2157
2026-06-2367.7602
2026-06-3067.2745
2026-07-0768.0372
2026-07-1468.5021
2026-07-2169.1490
2026-07-2868.5263
2026-08-0468.6597
2026-08-1168.7020
2026-08-1868.9868
2026-08-2669.0971
2026-09-0268.5462
2026-09-0968.8139
2026-09-1669.1519
2026-09-2368.6147

High

69.7137

Low

61.2522

Average

66.1254

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.