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: show the values
| Point | FJD/NPR |
|---|---|
| 2026-08-26 | 69.0971 |
| 2026-08-27 | 69.2694 |
| 2026-08-28 | 69.1756 |
| 2026-08-29 | 69.5280 |
| 2026-08-30 | 69.0509 |
| 2026-08-31 | 69.0330 |
| 2026-09-01 | 68.6442 |
| 2026-09-02 | 68.5462 |
| 2026-09-03 | 68.2289 |
| 2026-09-04 | 68.4382 |
| 2026-09-05 | 68.6120 |
| 2026-09-06 | 68.2812 |
| 2026-09-07 | 68.4658 |
| 2026-09-08 | 68.6398 |
| 2026-09-09 | 68.8139 |
| 2026-09-10 | 68.9284 |
| 2026-09-11 | 69.1001 |
| 2026-09-12 | 69.1547 |
| 2026-09-13 | 68.8567 |
| 2026-09-14 | 69.1371 |
| 2026-09-15 | 69.1713 |
| 2026-09-16 | 69.1519 |
| 2026-09-17 | 68.7650 |
| 2026-09-18 | 68.9120 |
| 2026-09-19 | 69.3521 |
| 2026-09-20 | 69.2932 |
| 2026-09-21 | 68.8542 |
| 2026-09-22 | 68.6476 |
| 2026-09-23 | 68.6147 |
| 2026-09-24 | 68.5121 |
| 2026-09-25 | 68.4114 |
High
69.5280
Low
68.2289
Average
68.8467
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.