Skip to content

ZAR to FJD exchange rate API

Rand to Fiji Dollar · quoted 2026-09-25

0.13770

▲ +5.83% over 1Y

1 ZAR = 0.13770 FJD · 1 FJD = 7.2624 ZAR · Get this rate via the API

1 ZAR buys 0.13770 FJD as of 2026-09-25, so 1 FJD buys 7.2624 ZAR. Over the last year, ZAR/FJD traded between 0.12960 and 0.14130, averaged 0.13521 and rose 5.83%. The API holds daily ZAR/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ZAR/FJD over 1Y

ZAR/FJD over 1Y: show the values
PointZAR/FJD
2025-09-250.13010
2025-10-020.13183
2025-10-090.13291
2025-10-160.13198
2025-10-230.13226
2025-10-300.13142
2025-11-060.13225
2025-11-130.13467
2025-11-200.13361
2025-11-270.13339
2025-12-040.13423
2025-12-110.13434
2025-12-180.13603
2025-12-250.13646
2026-01-010.13735
2026-01-080.13754
2026-01-150.13909
2026-01-220.13948
2026-01-290.14130
2026-02-050.13718
2026-02-120.13844
2026-02-190.13612
2026-02-260.13872
2026-03-050.13408
2026-03-120.13352
2026-03-190.12960
2026-03-260.13043
2026-04-020.13178
2026-04-090.13562
2026-04-160.13482
2026-04-230.13407
2026-04-300.13121
2026-05-070.13506
2026-05-140.13362
2026-05-210.13341
2026-05-280.13452
2026-06-040.13572
2026-06-110.13514
2026-06-180.13573
2026-06-250.13549
2026-07-020.13702
2026-07-090.13704
2026-07-160.13643
2026-07-230.13606
2026-07-300.13467
2026-08-060.13648
2026-08-130.13804
2026-08-200.13685
2026-08-270.13813
2026-09-030.13811
2026-09-100.13702
2026-09-170.13729
2026-09-240.13624

High

0.14130

Low

0.12960

Average

0.13521

For developers

Get this rate via the API

One GET request returns the ZAR/FJD rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=FJD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=FJD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ZAR/FJD API questions

How do I get the ZAR/FJD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR&currencies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZAR/FJD rate in rates.FJD.

How far back does ZAR/FJD historical data go?

Daily ZAR/FJD 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 ZAR/FJD 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.