INR to FJD exchange rate API
Indian Rupee to Fiji Dollar · quoted 2026-09-25
0.02338
▼ +8.11% over 1Y
1 INR = 0.02338 FJD · 1 FJD = 42.7661 INR · Get this rate via the API
1 INR buys 0.02338 FJD as of 2026-09-25, so 1 FJD buys 42.7661 INR. Over the last year, INR/FJD traded between 0.02289 and 0.02612, averaged 0.02420 and fell 8.11%. The API holds daily INR/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/FJD over 1Y: show the values
| Point | INR/FJD |
|---|---|
| 2025-09-25 | 0.02545 |
| 2025-10-02 | 0.02554 |
| 2025-10-09 | 0.02560 |
| 2025-10-16 | 0.02599 |
| 2025-10-23 | 0.02612 |
| 2025-10-30 | 0.02570 |
| 2025-11-06 | 0.02590 |
| 2025-11-13 | 0.02582 |
| 2025-11-20 | 0.02596 |
| 2025-11-27 | 0.02562 |
| 2025-12-04 | 0.02536 |
| 2025-12-11 | 0.02520 |
| 2025-12-18 | 0.02528 |
| 2025-12-25 | 0.02530 |
| 2026-01-01 | 0.02530 |
| 2026-01-08 | 0.02526 |
| 2026-01-15 | 0.02522 |
| 2026-01-22 | 0.02470 |
| 2026-01-29 | 0.02409 |
| 2026-02-05 | 0.02458 |
| 2026-02-12 | 0.02429 |
| 2026-02-19 | 0.02421 |
| 2026-02-26 | 0.02422 |
| 2026-03-05 | 0.02414 |
| 2026-03-12 | 0.02395 |
| 2026-03-19 | 0.02372 |
| 2026-03-26 | 0.02364 |
| 2026-04-02 | 0.02408 |
| 2026-04-09 | 0.02405 |
| 2026-04-16 | 0.02369 |
| 2026-04-23 | 0.02346 |
| 2026-04-30 | 0.02321 |
| 2026-05-07 | 0.02330 |
| 2026-05-14 | 0.02289 |
| 2026-05-21 | 0.02296 |
| 2026-05-28 | 0.02298 |
| 2026-06-04 | 0.02301 |
| 2026-06-11 | 0.02329 |
| 2026-06-18 | 0.02364 |
| 2026-06-25 | 0.02377 |
| 2026-07-02 | 0.02352 |
| 2026-07-09 | 0.02352 |
| 2026-07-16 | 0.02318 |
| 2026-07-23 | 0.02316 |
| 2026-07-30 | 0.02334 |
| 2026-08-06 | 0.02337 |
| 2026-08-13 | 0.02331 |
| 2026-08-20 | 0.02313 |
| 2026-08-27 | 0.02311 |
| 2026-09-03 | 0.02344 |
| 2026-09-10 | 0.02318 |
| 2026-09-17 | 0.02326 |
| 2026-09-24 | 0.02334 |
High
0.02612
Low
0.02289
Average
0.02420
Get this rate via the API
One GET request returns the INR/FJD 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=INR¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/FJD API questions
How do I get the INR/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/FJD rate in rates.FJD.
How far back does INR/FJD historical data go?
Daily INR/FJD 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 INR/FJD 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.