FJD to ZAR exchange rate API
Fiji Dollar to Rand · quoted 2026-09-25
7.2559
▼ +4.41% over 6M
1 FJD = 7.2559 ZAR · 1 ZAR = 0.13782 FJD · Get this rate via the API
1 FJD buys 7.2559 ZAR as of 2026-09-25, so 1 ZAR buys 0.13782 FJD. Over the last 6 months, FJD/ZAR traded between 7.1871 and 7.5909, averaged 7.3624 and fell 4.41%. The API holds daily FJD/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/ZAR over 6M: show the values
| Point | FJD/ZAR |
|---|---|
| 2026-03-29 | 7.5909 |
| 2026-04-05 | 7.5652 |
| 2026-04-12 | 7.4061 |
| 2026-04-19 | 7.3702 |
| 2026-04-26 | 7.4650 |
| 2026-05-03 | 7.5241 |
| 2026-05-10 | 7.4720 |
| 2026-05-17 | 7.5345 |
| 2026-05-24 | 7.3913 |
| 2026-05-31 | 7.3422 |
| 2026-06-07 | 7.3927 |
| 2026-06-14 | 7.2590 |
| 2026-06-21 | 7.3339 |
| 2026-06-28 | 7.2658 |
| 2026-07-05 | 7.1871 |
| 2026-07-12 | 7.2582 |
| 2026-07-19 | 7.3659 |
| 2026-07-26 | 7.4646 |
| 2026-08-02 | 7.4365 |
| 2026-08-09 | 7.2650 |
| 2026-08-16 | 7.2781 |
| 2026-08-23 | 7.2471 |
| 2026-08-30 | 7.3071 |
| 2026-09-06 | 7.2023 |
| 2026-09-13 | 7.2688 |
| 2026-09-20 | 7.3367 |
High
7.5909
Low
7.1871
Average
7.3624
Get this rate via the API
One GET request returns the FJD/ZAR 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=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ZAR").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/ZAR API questions
How do I get the FJD/ZAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/ZAR rate in rates.ZAR.
How far back does FJD/ZAR historical data go?
Daily FJD/ZAR 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/ZAR 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.