Skip to content

FJD to IDR exchange rate API

Fiji Dollar to Rupiah · quoted 2026-09-25

8015.19

▲ +7.78% over 1Y

1 FJD = 8015.19 IDR · 1 IDR = 0.000125 FJD · Get this rate via the API

1 FJD buys 8015.19 IDR as of 2026-09-25, so 1 IDR buys 0.000125 FJD. Over the last year, FJD/IDR traded between 7245.77 and 8178.90, averaged 7701.13 and rose 7.78%. The API holds daily FJD/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/IDR over 1Y

FJD/IDR over 1Y: show the values
PointFJD/IDR
2025-09-257436.29
2025-10-027333.76
2025-10-097285.30
2025-10-167266.32
2025-10-237245.77
2025-10-307308.24
2025-11-067270.14
2025-11-137298.44
2025-11-207271.97
2025-11-277264.19
2025-12-047307.02
2025-12-117327.59
2025-12-187324.85
2025-12-257376.90
2026-01-017344.88
2026-01-087411.97
2026-01-157419.84
2026-01-227459.52
2026-01-297577.86
2026-02-057599.44
2026-02-127648.34
2026-02-197663.18
2026-02-267613.50
2026-03-057641.44
2026-03-127645.55
2026-03-197666.84
2026-03-267604.27
2026-04-027588.15
2026-04-097671.80
2026-04-167758.82
2026-04-237825.29
2026-04-307873.55
2026-05-077877.88
2026-05-147966.25
2026-05-218004.20
2026-05-288116.22
2026-06-048178.90
2026-06-118059.35
2026-06-188015.24
2026-06-258013.63
2026-07-028030.29
2026-07-098069.84
2026-07-168052.26
2026-07-238031.45
2026-07-308095.77
2026-08-068041.71
2026-08-138025.08
2026-08-208040.58
2026-08-278032.76
2026-09-037967.64
2026-09-107943.23
2026-09-177944.64
2026-09-248007.82

High

8178.90

Low

7245.77

Average

7701.13

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/IDR API questions

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

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

How far back does FJD/IDR historical data go?

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