FJD to ZAR exchange rate API
Fiji Dollar to Rand · quoted 2026-09-25
7.2559
▼ +5.60% over 1Y
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 year, FJD/ZAR traded between 7.0774 and 7.7160, averaged 7.3982 and fell 5.60%. 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 1Y: show the values
| Point | FJD/ZAR |
|---|---|
| 2025-09-25 | 7.6861 |
| 2025-10-02 | 7.5854 |
| 2025-10-09 | 7.5240 |
| 2025-10-16 | 7.5769 |
| 2025-10-23 | 7.5610 |
| 2025-10-30 | 7.6094 |
| 2025-11-06 | 7.5612 |
| 2025-11-13 | 7.4257 |
| 2025-11-20 | 7.4847 |
| 2025-11-27 | 7.4969 |
| 2025-12-04 | 7.4501 |
| 2025-12-11 | 7.4440 |
| 2025-12-18 | 7.3511 |
| 2025-12-25 | 7.3279 |
| 2026-01-01 | 7.2807 |
| 2026-01-08 | 7.2707 |
| 2026-01-15 | 7.1894 |
| 2026-01-22 | 7.1694 |
| 2026-01-29 | 7.0774 |
| 2026-02-05 | 7.2897 |
| 2026-02-12 | 7.2235 |
| 2026-02-19 | 7.3464 |
| 2026-02-26 | 7.2088 |
| 2026-03-05 | 7.4580 |
| 2026-03-12 | 7.4897 |
| 2026-03-19 | 7.7160 |
| 2026-03-26 | 7.6672 |
| 2026-04-02 | 7.5887 |
| 2026-04-09 | 7.3733 |
| 2026-04-16 | 7.4172 |
| 2026-04-23 | 7.4589 |
| 2026-04-30 | 7.6214 |
| 2026-05-07 | 7.4039 |
| 2026-05-14 | 7.4836 |
| 2026-05-21 | 7.4955 |
| 2026-05-28 | 7.4338 |
| 2026-06-04 | 7.3683 |
| 2026-06-11 | 7.3996 |
| 2026-06-18 | 7.3674 |
| 2026-06-25 | 7.3806 |
| 2026-07-02 | 7.2980 |
| 2026-07-09 | 7.2971 |
| 2026-07-16 | 7.3295 |
| 2026-07-23 | 7.3498 |
| 2026-07-30 | 7.4258 |
| 2026-08-06 | 7.3273 |
| 2026-08-13 | 7.2443 |
| 2026-08-20 | 7.3074 |
| 2026-08-27 | 7.2395 |
| 2026-09-03 | 7.2409 |
| 2026-09-10 | 7.2980 |
| 2026-09-17 | 7.2838 |
| 2026-09-24 | 7.3398 |
High
7.7160
Low
7.0774
Average
7.3982
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.