Skip to content

FJD to XOF exchange rate API

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

256.3993

▲ +4.99% over 1Y

1 FJD = 256.3993 XOF · 1 XOF = 0.003900 FJD · Get this rate via the API

1 FJD buys 256.3993 XOF as of 2026-09-25, so 1 XOF buys 0.003900 FJD. Over the last year, FJD/XOF traded between 243.0608 and 257.7728, averaged 252.0331 and rose 4.99%. The API holds daily FJD/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/XOF over 1Y

FJD/XOF over 1Y: show the values
PointFJD/XOF
2025-09-25244.2149
2025-10-02243.0608
2025-10-09248.7035
2025-10-16245.9915
2025-10-23246.2284
2025-10-30248.1362
2025-11-06248.1758
2025-11-13246.6945
2025-11-20247.0984
2025-11-27246.9328
2025-12-04246.7931
2025-12-11245.9525
2025-12-18244.9307
2025-12-25245.0405
2026-01-01245.6026
2026-01-08247.4574
2026-01-15247.7893
2026-01-22247.6349
2026-01-29247.5504
2026-02-05250.5859
2026-02-12251.0710
2026-02-19252.1891
2026-02-26252.2673
2026-03-05255.4135
2026-03-12257.4856
2026-03-19257.7728
2026-03-26255.3219
2026-04-02253.5856
2026-04-09252.0488
2026-04-16251.8387
2026-04-23254.0079
2026-04-30254.4636
2026-05-07254.1264
2026-05-14255.7043
2026-05-21255.7008
2026-05-28256.5843
2026-06-04256.2416
2026-06-11254.7493
2026-06-18255.9667
2026-06-25257.2032
2026-07-02256.1715
2026-07-09255.8017
2026-07-16256.3203
2026-07-23257.2827
2026-07-30255.9153
2026-08-06255.4269
2026-08-13255.7153
2026-08-20253.7224
2026-08-27254.9668
2026-09-03255.0675
2026-09-10254.9824
2026-09-17256.2253
2026-09-24257.4721

High

257.7728

Low

243.0608

Average

252.0331

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/XOF API questions

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

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

How far back does FJD/XOF historical data go?

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