Skip to content

FJD to XAF exchange rate API

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

257.4400

▲ +4.71% over YTD

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 year to date, FJD/XAF traded between 245.8489 and 257.4400, averaged 253.4957 and rose 4.71%. 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 YTD

FJD/XAF over YTD: show the values
PointFJD/XAF
2025-12-31245.8489
2026-01-07246.9198
2026-01-14247.2532
2026-01-21246.7134
2026-01-28246.6127
2026-02-04250.6279
2026-02-11250.0118
2026-02-18251.0303
2026-02-25252.2738
2026-03-04255.6036
2026-03-11255.7465
2026-03-18256.8716
2026-03-25253.2364
2026-04-01253.2428
2026-04-08251.0576
2026-04-15251.7318
2026-04-22253.1428
2026-04-29254.2376
2026-05-06254.7308
2026-05-14255.4155
2026-05-21255.5932
2026-05-29255.2920
2026-06-05256.2182
2026-06-14253.5860
2026-06-21254.6520
2026-06-28254.0971
2026-07-05253.9411
2026-07-12255.2011
2026-07-19255.3777
2026-07-26256.7511
2026-08-02256.2962
2026-08-09255.2641
2026-08-16255.0136
2026-08-24255.0745
2026-08-31255.7259
2026-09-07255.8217
2026-09-14255.9890
2026-09-21256.6869

High

257.4400

Low

245.8489

Average

253.4957

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.