FJD to XOF exchange rate API
Fiji Dollar to CFA Franc BCEAO · quoted 2026-09-25
256.3993
▲ +1.34% over 6M
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 6 months, FJD/XOF traded between 250.9862 and 257.6878, averaged 254.4308 and rose 1.34%. 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 6M: show the values
| Point | FJD/XOF |
|---|---|
| 2026-03-29 | 252.9995 |
| 2026-04-05 | 253.8797 |
| 2026-04-12 | 251.8529 |
| 2026-04-19 | 250.9862 |
| 2026-04-26 | 252.4648 |
| 2026-05-03 | 253.5867 |
| 2026-05-10 | 253.2784 |
| 2026-05-17 | 254.8711 |
| 2026-05-24 | 254.2876 |
| 2026-05-31 | 254.0495 |
| 2026-06-07 | 253.8895 |
| 2026-06-14 | 253.1052 |
| 2026-06-21 | 254.8200 |
| 2026-06-28 | 254.1672 |
| 2026-07-05 | 253.9816 |
| 2026-07-12 | 255.4367 |
| 2026-07-19 | 255.5043 |
| 2026-07-26 | 256.4650 |
| 2026-08-02 | 256.0472 |
| 2026-08-09 | 255.2848 |
| 2026-08-16 | 255.0181 |
| 2026-08-23 | 254.0407 |
| 2026-08-30 | 256.0021 |
| 2026-09-06 | 254.9668 |
| 2026-09-13 | 254.5579 |
| 2026-09-20 | 257.6878 |
High
257.6878
Low
250.9862
Average
254.4308
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.