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: show the values
| Point | FJD/XOF |
|---|---|
| 2025-09-25 | 244.2149 |
| 2025-10-02 | 243.0608 |
| 2025-10-09 | 248.7035 |
| 2025-10-16 | 245.9915 |
| 2025-10-23 | 246.2284 |
| 2025-10-30 | 248.1362 |
| 2025-11-06 | 248.1758 |
| 2025-11-13 | 246.6945 |
| 2025-11-20 | 247.0984 |
| 2025-11-27 | 246.9328 |
| 2025-12-04 | 246.7931 |
| 2025-12-11 | 245.9525 |
| 2025-12-18 | 244.9307 |
| 2025-12-25 | 245.0405 |
| 2026-01-01 | 245.6026 |
| 2026-01-08 | 247.4574 |
| 2026-01-15 | 247.7893 |
| 2026-01-22 | 247.6349 |
| 2026-01-29 | 247.5504 |
| 2026-02-05 | 250.5859 |
| 2026-02-12 | 251.0710 |
| 2026-02-19 | 252.1891 |
| 2026-02-26 | 252.2673 |
| 2026-03-05 | 255.4135 |
| 2026-03-12 | 257.4856 |
| 2026-03-19 | 257.7728 |
| 2026-03-26 | 255.3219 |
| 2026-04-02 | 253.5856 |
| 2026-04-09 | 252.0488 |
| 2026-04-16 | 251.8387 |
| 2026-04-23 | 254.0079 |
| 2026-04-30 | 254.4636 |
| 2026-05-07 | 254.1264 |
| 2026-05-14 | 255.7043 |
| 2026-05-21 | 255.7008 |
| 2026-05-28 | 256.5843 |
| 2026-06-04 | 256.2416 |
| 2026-06-11 | 254.7493 |
| 2026-06-18 | 255.9667 |
| 2026-06-25 | 257.2032 |
| 2026-07-02 | 256.1715 |
| 2026-07-09 | 255.8017 |
| 2026-07-16 | 256.3203 |
| 2026-07-23 | 257.2827 |
| 2026-07-30 | 255.9153 |
| 2026-08-06 | 255.4269 |
| 2026-08-13 | 255.7153 |
| 2026-08-20 | 253.7224 |
| 2026-08-27 | 254.9668 |
| 2026-09-03 | 255.0675 |
| 2026-09-10 | 254.9824 |
| 2026-09-17 | 256.2253 |
| 2026-09-24 | 257.4721 |
High
257.7728
Low
243.0608
Average
252.0331
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.