Skip to content

FJD to IRR exchange rate API

Fiji Dollar to Iranian Rial · quoted 2026-09-25

612434.22

▲ +3187.85% over 1Y

1 FJD = 612434.22 IRR · 1 IRR = 0.000002 FJD · Get this rate via the API

1 FJD buys 612434.22 IRR as of 2026-09-25, so 1 IRR buys 0.000002 FJD. Over the last year, FJD/IRR traded between 18279.92 and 622924.70, averaged 420020.76 and rose 3187.85%. The API holds daily FJD/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/IRR over 1Y

FJD/IRR over 1Y: show the values
PointFJD/IRR
2025-09-2518627.19
2025-10-0218547.96
2025-10-0918510.51
2025-10-1618394.00
2025-10-2318325.54
2025-10-3018447.34
2025-11-0618340.94
2025-11-1318378.36
2025-11-2018279.92
2025-11-2718390.54
2025-12-0418462.14
2025-12-1218499.96
2025-12-1918427.84
2025-12-2618421.95
2026-01-0218416.76
2026-01-0918501.56
2026-01-16467147.80
2026-01-23477491.23
2026-01-30498999.62
2026-02-06531977.95
2026-02-13579157.09
2026-02-20582615.20
2026-02-27595690.72
2026-03-06593864.70
2026-03-13597363.90
2026-03-20593696.30
2026-03-27585485.05
2026-04-03583922.54
2026-04-10592106.13
2026-04-17596599.38
2026-04-24595154.74
2026-05-01598539.45
2026-05-08598102.72
2026-05-16598550.79
2026-05-24596239.84
2026-05-31609951.80
2026-06-09619955.34
2026-06-16619573.59
2026-06-23614523.77
2026-06-30611686.22
2026-07-07613456.13
2026-07-14613996.55
2026-07-21616182.65
2026-07-28614480.61
2026-08-04618313.62
2026-08-11618454.88
2026-08-18619342.31
2026-08-26622924.70
2026-09-02620118.88
2026-09-09622260.45
2026-09-16619253.02
2026-09-23616514.09

High

622924.70

Low

18279.92

Average

420020.76

For developers

Get this rate via the API

One GET request returns the FJD/IRR 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=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=IRR");
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=IRR").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/IRR API questions

How do I get the FJD/IRR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/IRR rate in rates.IRR.

How far back does FJD/IRR historical data go?

Daily FJD/IRR 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/IRR 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.