Skip to content

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

FJD/ZAR over 6M: show the values
PointFJD/ZAR
2026-03-297.5909
2026-04-057.5652
2026-04-127.4061
2026-04-197.3702
2026-04-267.4650
2026-05-037.5241
2026-05-107.4720
2026-05-177.5345
2026-05-247.3913
2026-05-317.3422
2026-06-077.3927
2026-06-147.2590
2026-06-217.3339
2026-06-287.2658
2026-07-057.1871
2026-07-127.2582
2026-07-197.3659
2026-07-267.4646
2026-08-027.4365
2026-08-097.2650
2026-08-167.2781
2026-08-237.2471
2026-08-307.3071
2026-09-067.2023
2026-09-137.2688
2026-09-207.3367

High

7.5909

Low

7.1871

Average

7.3624

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=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&currencies=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.