Skip to content

FJD to ZAR exchange rate API

Fiji Dollar to Rand · quoted 2026-09-25

7.2559

▼ +5.60% over 1Y

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 year, FJD/ZAR traded between 7.0774 and 7.7160, averaged 7.3982 and fell 5.60%. 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 1Y

FJD/ZAR over 1Y: show the values
PointFJD/ZAR
2025-09-257.6861
2025-10-027.5854
2025-10-097.5240
2025-10-167.5769
2025-10-237.5610
2025-10-307.6094
2025-11-067.5612
2025-11-137.4257
2025-11-207.4847
2025-11-277.4969
2025-12-047.4501
2025-12-117.4440
2025-12-187.3511
2025-12-257.3279
2026-01-017.2807
2026-01-087.2707
2026-01-157.1894
2026-01-227.1694
2026-01-297.0774
2026-02-057.2897
2026-02-127.2235
2026-02-197.3464
2026-02-267.2088
2026-03-057.4580
2026-03-127.4897
2026-03-197.7160
2026-03-267.6672
2026-04-027.5887
2026-04-097.3733
2026-04-167.4172
2026-04-237.4589
2026-04-307.6214
2026-05-077.4039
2026-05-147.4836
2026-05-217.4955
2026-05-287.4338
2026-06-047.3683
2026-06-117.3996
2026-06-187.3674
2026-06-257.3806
2026-07-027.2980
2026-07-097.2971
2026-07-167.3295
2026-07-237.3498
2026-07-307.4258
2026-08-067.3273
2026-08-137.2443
2026-08-207.3074
2026-08-277.2395
2026-09-037.2409
2026-09-107.2980
2026-09-177.2838
2026-09-247.3398

High

7.7160

Low

7.0774

Average

7.3982

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.