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: show the values
| Point | FJD/IDR |
|---|---|
| 2025-09-25 | 7436.29 |
| 2025-10-02 | 7333.76 |
| 2025-10-09 | 7285.30 |
| 2025-10-16 | 7266.32 |
| 2025-10-23 | 7245.77 |
| 2025-10-30 | 7308.24 |
| 2025-11-06 | 7270.14 |
| 2025-11-13 | 7298.44 |
| 2025-11-20 | 7271.97 |
| 2025-11-27 | 7264.19 |
| 2025-12-04 | 7307.02 |
| 2025-12-11 | 7327.59 |
| 2025-12-18 | 7324.85 |
| 2025-12-25 | 7376.90 |
| 2026-01-01 | 7344.88 |
| 2026-01-08 | 7411.97 |
| 2026-01-15 | 7419.84 |
| 2026-01-22 | 7459.52 |
| 2026-01-29 | 7577.86 |
| 2026-02-05 | 7599.44 |
| 2026-02-12 | 7648.34 |
| 2026-02-19 | 7663.18 |
| 2026-02-26 | 7613.50 |
| 2026-03-05 | 7641.44 |
| 2026-03-12 | 7645.55 |
| 2026-03-19 | 7666.84 |
| 2026-03-26 | 7604.27 |
| 2026-04-02 | 7588.15 |
| 2026-04-09 | 7671.80 |
| 2026-04-16 | 7758.82 |
| 2026-04-23 | 7825.29 |
| 2026-04-30 | 7873.55 |
| 2026-05-07 | 7877.88 |
| 2026-05-14 | 7966.25 |
| 2026-05-21 | 8004.20 |
| 2026-05-28 | 8116.22 |
| 2026-06-04 | 8178.90 |
| 2026-06-11 | 8059.35 |
| 2026-06-18 | 8015.24 |
| 2026-06-25 | 8013.63 |
| 2026-07-02 | 8030.29 |
| 2026-07-09 | 8069.84 |
| 2026-07-16 | 8052.26 |
| 2026-07-23 | 8031.45 |
| 2026-07-30 | 8095.77 |
| 2026-08-06 | 8041.71 |
| 2026-08-13 | 8025.08 |
| 2026-08-20 | 8040.58 |
| 2026-08-27 | 8032.76 |
| 2026-09-03 | 7967.64 |
| 2026-09-10 | 7943.23 |
| 2026-09-17 | 7944.64 |
| 2026-09-24 | 8007.82 |
High
8178.90
Low
7245.77
Average
7701.13
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.