FJD to XOF exchange rate API
Fiji Dollar to CFA Franc BCEAO · quoted 2026-09-25
256.3993
▲ +0.62% over 30D
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 30 days, FJD/XOF traded between 254.5579 and 257.7409, averaged 256.0104 and rose 0.62%. 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 30D: show the values
| Point | FJD/XOF |
|---|---|
| 2026-08-26 | 254.8319 |
| 2026-08-27 | 254.9668 |
| 2026-08-28 | 255.5163 |
| 2026-08-29 | 257.5795 |
| 2026-08-30 | 256.0021 |
| 2026-08-31 | 255.5026 |
| 2026-09-01 | 255.5095 |
| 2026-09-02 | 255.4193 |
| 2026-09-03 | 255.0675 |
| 2026-09-04 | 255.4154 |
| 2026-09-05 | 256.3634 |
| 2026-09-06 | 254.9668 |
| 2026-09-07 | 255.6102 |
| 2026-09-08 | 255.6549 |
| 2026-09-09 | 255.2281 |
| 2026-09-10 | 254.9824 |
| 2026-09-11 | 254.9385 |
| 2026-09-12 | 255.5710 |
| 2026-09-13 | 254.5579 |
| 2026-09-14 | 256.2329 |
| 2026-09-15 | 256.2903 |
| 2026-09-16 | 256.2517 |
| 2026-09-17 | 256.2253 |
| 2026-09-18 | 256.7313 |
| 2026-09-19 | 257.7409 |
| 2026-09-20 | 257.6878 |
| 2026-09-21 | 256.7390 |
| 2026-09-22 | 256.3532 |
| 2026-09-23 | 257.7018 |
| 2026-09-24 | 257.4721 |
| 2026-09-25 | 256.8225 |
High
257.7409
Low
254.5579
Average
256.0104
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.