Skip to content

FJD to ZAR exchange rate API

Fiji Dollar to Rand · quoted 2026-09-25

7.2559

▼ +9.71% over 5Y

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 5 years, FJD/ZAR traded between 7.2559 and 8.2301, averaged 7.6842 and fell 9.71%. 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 5Y

FJD/ZAR over 5Y: show the values
PointFJD/ZAR
2024-08-248.0364
2024-10-057.9040
2024-11-047.7699
2024-12-047.9906
2025-01-037.9893
2025-02-028.0738
2025-03-047.9231
2025-04-048.2301
2025-05-048.0640
2025-06-047.9136
2025-07-047.8398
2025-08-037.9491
2025-09-027.8419
2025-10-037.6196
2025-11-027.5518
2025-12-027.4760
2026-01-017.2807
2026-01-317.3235
2026-03-027.2788
2026-04-017.4937
2026-05-017.5898
2026-05-317.3422
2026-06-307.2762
2026-07-307.4258
2026-08-297.3499

High

8.2301

Low

7.2559

Average

7.6842

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.