Skip to content

FJD to NPR exchange rate API

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

68.4087

▲ +1.53% over 6M

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 6 months, FJD/NPR traded between 66.2803 and 69.6306, averaged 68.3456 and rose 1.53%. 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 6M

FJD/NPR over 6M: show the values
PointFJD/NPR
2026-03-2967.3791
2026-04-0566.2803
2026-04-1266.5417
2026-04-1966.8899
2026-04-2667.8300
2026-05-0368.8378
2026-05-1068.5099
2026-05-1869.6306
2026-05-2669.2437
2026-06-0269.0436
2026-06-1168.6478
2026-06-1867.7825
2026-06-2567.2813
2026-07-0267.9721
2026-07-0968.1352
2026-07-1669.0504
2026-07-2369.0770
2026-07-3068.5672
2026-08-0668.3698
2026-08-1368.6181
2026-08-2169.1967
2026-08-2869.1756
2026-09-0468.4382
2026-09-1169.1001
2026-09-1868.9120
2026-09-2568.4114

High

69.6306

Low

66.2803

Average

68.3456

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.