Skip to content

ZAR to FJD exchange rate API

Rand to Fiji Dollar · quoted 2026-09-25

0.13770

▲ +4.52% over 6M

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 6 months, ZAR/FJD traded between 0.13174 and 0.13914, averaged 0.13585 and rose 4.52%. 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 6M

ZAR/FJD over 6M: show the values
PointZAR/FJD
2026-03-290.13174
2026-04-050.13218
2026-04-120.13502
2026-04-190.13568
2026-04-260.13396
2026-05-030.13291
2026-05-100.13383
2026-05-170.13272
2026-05-240.13529
2026-05-310.13620
2026-06-070.13527
2026-06-140.13776
2026-06-210.13635
2026-06-280.13763
2026-07-050.13914
2026-07-120.13777
2026-07-190.13576
2026-07-260.13396
2026-08-020.13447
2026-08-090.13765
2026-08-160.13740
2026-08-230.13799
2026-08-300.13685
2026-09-060.13884
2026-09-130.13757
2026-09-200.13630

High

0.13914

Low

0.13174

Average

0.13585

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.