Skip to content

FJD to XAF exchange rate API

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

257.6703

▲ +2.11% over 6M

1 FJD = 257.6703 XAF · 1 XAF = 0.003881 FJD · Get this rate via the API

1 FJD buys 257.6703 XAF as of 2026-09-25, so 1 XAF buys 0.003881 FJD. Over the last 6 months, FJD/XAF traded between 250.5506 and 257.6703, averaged 254.9246 and rose 2.11%. 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 6M

FJD/XAF over 6M: show the values
PointFJD/XAF
2026-03-29252.3518
2026-04-05253.8610
2026-04-12251.0641
2026-04-19250.5506
2026-04-26252.2540
2026-05-03253.9600
2026-05-10252.8303
2026-05-18255.4884
2026-05-26255.7002
2026-06-02255.5371
2026-06-11254.7090
2026-06-18255.2285
2026-06-25257.1031
2026-07-02256.5259
2026-07-09255.8581
2026-07-16256.1322
2026-07-23256.6164
2026-07-30256.4385
2026-08-06255.0896
2026-08-13255.8344
2026-08-21253.3540
2026-08-28255.1029
2026-09-04255.3856
2026-09-11254.9688
2026-09-18256.4411
2026-09-25256.9084

High

257.6703

Low

250.5506

Average

254.9246

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.