Skip to content

FJD to ZAR exchange rate API

Fiji Dollar to Rand · quoted 2026-09-25

7.2559

▼ +0.36% over YTD

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 year to date, FJD/ZAR traded between 7.1609 and 7.6272, averaged 7.3500 and fell 0.36%. 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 YTD

FJD/ZAR over YTD: show the values
PointFJD/ZAR
2025-12-317.2820
2026-01-077.2475
2026-01-147.1927
2026-01-217.1950
2026-01-287.1609
2026-02-047.2007
2026-02-117.2115
2026-02-187.2635
2026-02-257.1898
2026-03-047.3754
2026-03-117.4310
2026-03-187.6272
2026-03-257.5785
2026-04-017.4937
2026-04-087.2856
2026-04-157.4275
2026-04-227.4652
2026-04-297.5243
2026-05-067.4627
2026-05-137.4908
2026-05-207.5160
2026-05-277.4329
2026-06-037.3815
2026-06-107.4848
2026-06-177.3030
2026-06-247.4128
2026-07-017.3293
2026-07-087.2929
2026-07-157.3192
2026-07-227.3750
2026-07-297.4749
2026-08-057.3568
2026-08-127.2605
2026-08-197.3139
2026-08-267.2108
2026-09-027.2586
2026-09-097.2610
2026-09-167.3289
2026-09-237.3272

High

7.6272

Low

7.1609

Average

7.3500

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.