FJD to IDR exchange rate API
Fiji Dollar to Rupiah · quoted 2026-09-25
8015.19
▲ +6.24% over 6M
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 6 months, FJD/IDR traded between 7544.70 and 8139.53, averaged 7936.85 and rose 6.24%. 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 6M: show the values
| Point | FJD/IDR |
|---|---|
| 2026-03-29 | 7544.70 |
| 2026-04-05 | 7588.00 |
| 2026-04-12 | 7686.47 |
| 2026-04-19 | 7737.95 |
| 2026-04-26 | 7788.56 |
| 2026-05-03 | 7871.58 |
| 2026-05-10 | 7912.93 |
| 2026-05-17 | 7941.03 |
| 2026-05-24 | 7992.74 |
| 2026-05-31 | 8066.02 |
| 2026-06-07 | 8059.36 |
| 2026-06-14 | 8018.99 |
| 2026-06-21 | 7947.28 |
| 2026-06-28 | 7916.35 |
| 2026-07-05 | 7974.32 |
| 2026-07-12 | 8039.76 |
| 2026-07-19 | 8005.11 |
| 2026-07-26 | 7997.88 |
| 2026-08-02 | 8139.53 |
| 2026-08-09 | 8062.82 |
| 2026-08-16 | 8035.49 |
| 2026-08-23 | 8009.96 |
| 2026-08-30 | 8019.21 |
| 2026-09-06 | 7979.53 |
| 2026-09-13 | 7923.05 |
| 2026-09-20 | 8021.26 |
High
8139.53
Low
7544.70
Average
7936.85
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.