Skip to content

FJD to XOF exchange rate API

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

256.3993

▲ +4.28% over YTD

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 year to date, FJD/XOF traded between 245.8750 and 257.7018, averaged 253.8618 and rose 4.28%. 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 YTD

FJD/XOF over YTD: show the values
PointFJD/XOF
2025-12-31245.8750
2026-01-07247.1805
2026-01-14247.0822
2026-01-21247.0563
2026-01-28246.9996
2026-02-04250.8434
2026-02-11250.3462
2026-02-18251.4000
2026-02-25252.1580
2026-03-04255.1384
2026-03-11256.1697
2026-03-18257.2230
2026-03-25253.6330
2026-04-01252.7883
2026-04-08250.8502
2026-04-15251.7297
2026-04-22253.3828
2026-04-29254.2205
2026-05-06254.0499
2026-05-13254.9190
2026-05-20255.9661
2026-05-27256.1216
2026-06-03256.3074
2026-06-10256.1197
2026-06-17254.8509
2026-06-24257.6902
2026-07-01256.7065
2026-07-08255.8289
2026-07-15256.1783
2026-07-22257.3893
2026-07-29256.6762
2026-08-05255.7610
2026-08-12255.8936
2026-08-19254.1032
2026-08-26254.8319
2026-09-02255.4193
2026-09-09255.2281
2026-09-16256.2517
2026-09-23257.7018

High

257.7018

Low

245.8750

Average

253.8618

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.