FJD to ZAR exchange rate API
Fiji Dollar to Rand · quoted 2026-09-25
7.2624
▲ +0.72% over 30D
1 FJD = 7.2624 ZAR · 1 ZAR = 0.13770 FJD · Get this rate via the API
1 FJD buys 7.2624 ZAR as of 2026-09-25, so 1 ZAR buys 0.13770 FJD. Over the last 30 days, FJD/ZAR traded between 7.2023 and 7.3499, averaged 7.2826 and rose 0.72%. 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 30D: show the values
| Point | FJD/ZAR |
|---|---|
| 2026-08-26 | 7.2108 |
| 2026-08-27 | 7.2395 |
| 2026-08-28 | 7.2474 |
| 2026-08-29 | 7.3499 |
| 2026-08-30 | 7.3071 |
| 2026-08-31 | 7.2826 |
| 2026-09-01 | 7.2997 |
| 2026-09-02 | 7.2586 |
| 2026-09-03 | 7.2409 |
| 2026-09-04 | 7.2258 |
| 2026-09-05 | 7.2440 |
| 2026-09-06 | 7.2023 |
| 2026-09-07 | 7.2411 |
| 2026-09-08 | 7.2587 |
| 2026-09-09 | 7.2610 |
| 2026-09-10 | 7.2980 |
| 2026-09-11 | 7.2867 |
| 2026-09-12 | 7.2921 |
| 2026-09-13 | 7.2688 |
| 2026-09-14 | 7.3355 |
| 2026-09-15 | 7.3373 |
| 2026-09-16 | 7.3289 |
| 2026-09-17 | 7.2838 |
| 2026-09-18 | 7.3105 |
| 2026-09-19 | 7.3352 |
| 2026-09-20 | 7.3367 |
| 2026-09-21 | 7.3025 |
| 2026-09-22 | 7.2740 |
| 2026-09-23 | 7.3272 |
| 2026-09-24 | 7.3398 |
| 2026-09-25 | 7.2532 |
High
7.3499
Low
7.2023
Average
7.2826
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.