Skip to content

FJD to XAF exchange rate API

Fiji Dollar to CFA Franc BEAC · quoted 2026-09-24

257.4400

▲ +4.54% over 1Y

1 FJD = 257.4400 XAF · 1 XAF = 0.003884 FJD · Get this rate via the API

1 FJD buys 257.4400 XAF as of 2026-09-24, so 1 XAF buys 0.003884 FJD. Over the last year, FJD/XAF traded between 244.8414 and 258.0887, averaged 251.9978 and rose 4.54%. The API holds daily FJD/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/XAF over 1Y

FJD/XAF over 1Y: show the values
PointFJD/XAF
2025-09-24246.2522
2025-10-01246.9491
2025-10-08247.9409
2025-10-15246.5715
2025-10-22245.9522
2025-10-29247.5227
2025-11-05248.6070
2025-11-12247.2564
2025-11-19246.6009
2025-11-26246.7441
2025-12-03246.8304
2025-12-11246.6325
2025-12-18244.8414
2025-12-25245.0975
2026-01-01245.6153
2026-01-08247.3616
2026-01-15247.4951
2026-01-22248.0248
2026-01-29247.4604
2026-02-05250.4966
2026-02-12250.8892
2026-02-19251.9002
2026-02-26251.9933
2026-03-05255.0285
2026-03-12257.5008
2026-03-19258.0887
2026-03-26255.0580
2026-04-02253.3849
2026-04-09251.6108
2026-04-16251.5038
2026-04-23253.6958
2026-04-30254.3658
2026-05-07254.2797
2026-05-15257.0973
2026-05-23255.3827
2026-05-30254.1538
2026-06-06256.4462
2026-06-15253.9460
2026-06-22256.3117
2026-06-29255.3029
2026-07-06255.3734
2026-07-13256.7373
2026-07-20256.6222
2026-07-27257.1076
2026-08-03255.7144
2026-08-10255.6301
2026-08-17255.0016
2026-08-25254.6213
2026-09-01255.4269
2026-09-08255.6082
2026-09-15256.3875
2026-09-22256.0198

High

258.0887

Low

244.8414

Average

251.9978

For developers

Get this rate via the API

One GET request returns the FJD/XAF 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=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=XAF");
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=XAF").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/XAF API questions

How do I get the FJD/XAF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/XAF rate in rates.XAF.

How far back does FJD/XAF historical data go?

Daily FJD/XAF 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/XAF 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.