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: show the values
| Point | FJD/NPR |
|---|---|
| 2025-12-31 | 63.2533 |
| 2026-01-07 | 63.5666 |
| 2026-01-14 | 63.3819 |
| 2026-01-21 | 64.3231 |
| 2026-01-28 | 66.0638 |
| 2026-02-04 | 65.3755 |
| 2026-02-11 | 65.7992 |
| 2026-02-18 | 65.7667 |
| 2026-02-25 | 65.9512 |
| 2026-03-04 | 66.6344 |
| 2026-03-11 | 66.6366 |
| 2026-03-18 | 66.7927 |
| 2026-03-25 | 67.3451 |
| 2026-04-01 | 66.9039 |
| 2026-04-08 | 66.1027 |
| 2026-04-15 | 67.4163 |
| 2026-04-22 | 67.8655 |
| 2026-04-29 | 68.5204 |
| 2026-05-06 | 69.1685 |
| 2026-05-14 | 69.8829 |
| 2026-05-21 | 69.8554 |
| 2026-05-29 | 69.3067 |
| 2026-06-05 | 69.4878 |
| 2026-06-14 | 68.1919 |
| 2026-06-21 | 67.3627 |
| 2026-06-28 | 66.7538 |
| 2026-07-05 | 67.6389 |
| 2026-07-12 | 67.8914 |
| 2026-07-19 | 68.7079 |
| 2026-07-26 | 68.7898 |
| 2026-08-02 | 68.8531 |
| 2026-08-09 | 68.5754 |
| 2026-08-16 | 68.7921 |
| 2026-08-24 | 69.5659 |
| 2026-08-31 | 69.0330 |
| 2026-09-07 | 68.4658 |
| 2026-09-14 | 69.1371 |
| 2026-09-21 | 68.8542 |
High
69.8829
Low
63.2533
Average
67.4467
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=NPR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=NPR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.