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: show the values
| Point | FJD/IRR |
|---|---|
| 2025-09-25 | 18627.19 |
| 2025-10-02 | 18547.96 |
| 2025-10-09 | 18510.51 |
| 2025-10-16 | 18394.00 |
| 2025-10-23 | 18325.54 |
| 2025-10-30 | 18447.34 |
| 2025-11-06 | 18340.94 |
| 2025-11-13 | 18378.36 |
| 2025-11-20 | 18279.92 |
| 2025-11-27 | 18390.54 |
| 2025-12-04 | 18462.14 |
| 2025-12-12 | 18499.96 |
| 2025-12-19 | 18427.84 |
| 2025-12-26 | 18421.95 |
| 2026-01-02 | 18416.76 |
| 2026-01-09 | 18501.56 |
| 2026-01-16 | 467147.80 |
| 2026-01-23 | 477491.23 |
| 2026-01-30 | 498999.62 |
| 2026-02-06 | 531977.95 |
| 2026-02-13 | 579157.09 |
| 2026-02-20 | 582615.20 |
| 2026-02-27 | 595690.72 |
| 2026-03-06 | 593864.70 |
| 2026-03-13 | 597363.90 |
| 2026-03-20 | 593696.30 |
| 2026-03-27 | 585485.05 |
| 2026-04-03 | 583922.54 |
| 2026-04-10 | 592106.13 |
| 2026-04-17 | 596599.38 |
| 2026-04-24 | 595154.74 |
| 2026-05-01 | 598539.45 |
| 2026-05-08 | 598102.72 |
| 2026-05-16 | 598550.79 |
| 2026-05-24 | 596239.84 |
| 2026-05-31 | 609951.80 |
| 2026-06-09 | 619955.34 |
| 2026-06-16 | 619573.59 |
| 2026-06-23 | 614523.77 |
| 2026-06-30 | 611686.22 |
| 2026-07-07 | 613456.13 |
| 2026-07-14 | 613996.55 |
| 2026-07-21 | 616182.65 |
| 2026-07-28 | 614480.61 |
| 2026-08-04 | 618313.62 |
| 2026-08-11 | 618454.88 |
| 2026-08-18 | 619342.31 |
| 2026-08-26 | 622924.70 |
| 2026-09-02 | 620118.88 |
| 2026-09-09 | 622260.45 |
| 2026-09-16 | 619253.02 |
| 2026-09-23 | 616514.09 |
High
622924.70
Low
18279.92
Average
420020.76
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.