Skip to content

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

INR/FJD over 1Y: show the values
PointINR/FJD
2025-09-250.02545
2025-10-020.02554
2025-10-090.02560
2025-10-160.02599
2025-10-230.02612
2025-10-300.02570
2025-11-060.02590
2025-11-130.02582
2025-11-200.02596
2025-11-270.02562
2025-12-040.02536
2025-12-110.02520
2025-12-180.02528
2025-12-250.02530
2026-01-010.02530
2026-01-080.02526
2026-01-150.02522
2026-01-220.02470
2026-01-290.02409
2026-02-050.02458
2026-02-120.02429
2026-02-190.02421
2026-02-260.02422
2026-03-050.02414
2026-03-120.02395
2026-03-190.02372
2026-03-260.02364
2026-04-020.02408
2026-04-090.02405
2026-04-160.02369
2026-04-230.02346
2026-04-300.02321
2026-05-070.02330
2026-05-140.02289
2026-05-210.02296
2026-05-280.02298
2026-06-040.02301
2026-06-110.02329
2026-06-180.02364
2026-06-250.02377
2026-07-020.02352
2026-07-090.02352
2026-07-160.02318
2026-07-230.02316
2026-07-300.02334
2026-08-060.02337
2026-08-130.02331
2026-08-200.02313
2026-08-270.02311
2026-09-030.02344
2026-09-100.02318
2026-09-170.02326
2026-09-240.02334

High

0.02612

Low

0.02289

Average

0.02420

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=FJD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=FJD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=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&currencies=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.