Skip to content

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

FJD/INR over 1Y: show the values
PointFJD/INR
2025-09-2539.2943
2025-10-0239.1586
2025-10-0939.0652
2025-10-1638.4722
2025-10-2338.2763
2025-10-3038.9042
2025-11-0638.6125
2025-11-1338.7333
2025-11-2038.5170
2025-11-2739.0285
2025-12-0439.4291
2025-12-1139.6874
2025-12-1839.5492
2025-12-2539.5268
2026-01-0139.5294
2026-01-0839.5897
2026-01-1539.6529
2026-01-2240.4872
2026-01-2941.5045
2026-02-0540.6879
2026-02-1241.1678
2026-02-1941.3078
2026-02-2641.2863
2026-03-0541.4178
2026-03-1241.7506
2026-03-1942.1528
2026-03-2642.3054
2026-04-0241.5311
2026-04-0941.5782
2026-04-1642.2101
2026-04-2342.6258
2026-04-3043.0838
2026-05-0742.9246
2026-05-1443.6823
2026-05-2143.5611
2026-05-2843.5098
2026-06-0443.4608
2026-06-1142.9400
2026-06-1842.2984
2026-06-2542.0669
2026-07-0242.5100
2026-07-0942.5155
2026-07-1643.1390
2026-07-2343.1787
2026-07-3042.8488
2026-08-0642.7816
2026-08-1342.8940
2026-08-2043.2412
2026-08-2743.2677
2026-09-0342.6624
2026-09-1043.1379
2026-09-1742.9963
2026-09-2442.8507

High

43.6823

Low

38.2763

Average

41.3965

For developers

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

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