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: show the values
| Point | FJD/NPR |
|---|---|
| 2025-09-25 | 62.9351 |
| 2025-10-02 | 62.6563 |
| 2025-10-09 | 62.4946 |
| 2025-10-16 | 61.3954 |
| 2025-10-23 | 61.2522 |
| 2025-10-30 | 62.0274 |
| 2025-11-06 | 61.8361 |
| 2025-11-13 | 61.9585 |
| 2025-11-20 | 61.5107 |
| 2025-11-27 | 62.3103 |
| 2025-12-04 | 63.3505 |
| 2025-12-12 | 63.5574 |
| 2025-12-19 | 63.2875 |
| 2025-12-26 | 63.4215 |
| 2026-01-02 | 63.1680 |
| 2026-01-09 | 63.1963 |
| 2026-01-16 | 63.4517 |
| 2026-01-23 | 65.1069 |
| 2026-01-30 | 66.6586 |
| 2026-02-06 | 65.0319 |
| 2026-02-13 | 65.8334 |
| 2026-02-20 | 66.0477 |
| 2026-02-27 | 66.1086 |
| 2026-03-06 | 65.9953 |
| 2026-03-13 | 66.9842 |
| 2026-03-20 | 67.1863 |
| 2026-03-27 | 67.1773 |
| 2026-04-03 | 65.8461 |
| 2026-04-10 | 66.5818 |
| 2026-04-17 | 67.4253 |
| 2026-04-24 | 67.9422 |
| 2026-05-01 | 69.0954 |
| 2026-05-08 | 68.9227 |
| 2026-05-16 | 69.7137 |
| 2026-05-24 | 69.0678 |
| 2026-05-31 | 68.6498 |
| 2026-06-09 | 69.0146 |
| 2026-06-16 | 68.2157 |
| 2026-06-23 | 67.7602 |
| 2026-06-30 | 67.2745 |
| 2026-07-07 | 68.0372 |
| 2026-07-14 | 68.5021 |
| 2026-07-21 | 69.1490 |
| 2026-07-28 | 68.5263 |
| 2026-08-04 | 68.6597 |
| 2026-08-11 | 68.7020 |
| 2026-08-18 | 68.9868 |
| 2026-08-26 | 69.0971 |
| 2026-09-02 | 68.5462 |
| 2026-09-09 | 68.8139 |
| 2026-09-16 | 69.1519 |
| 2026-09-23 | 68.6147 |
High
69.7137
Low
61.2522
Average
66.1254
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.