FJD to INR exchange rate API
Fiji Dollar to Indian Rupee · quoted 2026-09-25
42.8190
▲ +8.97% over 1Y
1 FJD = 42.8190 INR · 1 INR = 0.02335 FJD · Get this rate via the API
1 FJD buys 42.8190 INR as of 2026-09-25, so 1 INR buys 0.02335 FJD. Over the last year, FJD/INR traded between 38.2763 and 43.6823, averaged 41.3965 and rose 8.97%. The API holds daily FJD/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/INR over 1Y: show the values
| Point | FJD/INR |
|---|---|
| 2025-09-25 | 39.2943 |
| 2025-10-02 | 39.1586 |
| 2025-10-09 | 39.0652 |
| 2025-10-16 | 38.4722 |
| 2025-10-23 | 38.2763 |
| 2025-10-30 | 38.9042 |
| 2025-11-06 | 38.6125 |
| 2025-11-13 | 38.7333 |
| 2025-11-20 | 38.5170 |
| 2025-11-27 | 39.0285 |
| 2025-12-04 | 39.4291 |
| 2025-12-11 | 39.6874 |
| 2025-12-18 | 39.5492 |
| 2025-12-25 | 39.5268 |
| 2026-01-01 | 39.5294 |
| 2026-01-08 | 39.5897 |
| 2026-01-15 | 39.6529 |
| 2026-01-22 | 40.4872 |
| 2026-01-29 | 41.5045 |
| 2026-02-05 | 40.6879 |
| 2026-02-12 | 41.1678 |
| 2026-02-19 | 41.3078 |
| 2026-02-26 | 41.2863 |
| 2026-03-05 | 41.4178 |
| 2026-03-12 | 41.7506 |
| 2026-03-19 | 42.1528 |
| 2026-03-26 | 42.3054 |
| 2026-04-02 | 41.5311 |
| 2026-04-09 | 41.5782 |
| 2026-04-16 | 42.2101 |
| 2026-04-23 | 42.6258 |
| 2026-04-30 | 43.0838 |
| 2026-05-07 | 42.9246 |
| 2026-05-14 | 43.6823 |
| 2026-05-21 | 43.5611 |
| 2026-05-28 | 43.5098 |
| 2026-06-04 | 43.4608 |
| 2026-06-11 | 42.9400 |
| 2026-06-18 | 42.2984 |
| 2026-06-25 | 42.0669 |
| 2026-07-02 | 42.5100 |
| 2026-07-09 | 42.5155 |
| 2026-07-16 | 43.1390 |
| 2026-07-23 | 43.1787 |
| 2026-07-30 | 42.8488 |
| 2026-08-06 | 42.7816 |
| 2026-08-13 | 42.8940 |
| 2026-08-20 | 43.2412 |
| 2026-08-27 | 43.2677 |
| 2026-09-03 | 42.6624 |
| 2026-09-10 | 43.1379 |
| 2026-09-17 | 42.9963 |
| 2026-09-24 | 42.8507 |
High
43.6823
Low
38.2763
Average
41.3965
Get this rate via the API
One GET request returns the FJD/INR 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=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/INR API questions
How do I get the FJD/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/INR rate in rates.INR.
How far back does FJD/INR historical data go?
Daily FJD/INR 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/INR 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.