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: show the values
| Point | FJD/XOF |
|---|---|
| 2025-12-31 | 245.8750 |
| 2026-01-07 | 247.1805 |
| 2026-01-14 | 247.0822 |
| 2026-01-21 | 247.0563 |
| 2026-01-28 | 246.9996 |
| 2026-02-04 | 250.8434 |
| 2026-02-11 | 250.3462 |
| 2026-02-18 | 251.4000 |
| 2026-02-25 | 252.1580 |
| 2026-03-04 | 255.1384 |
| 2026-03-11 | 256.1697 |
| 2026-03-18 | 257.2230 |
| 2026-03-25 | 253.6330 |
| 2026-04-01 | 252.7883 |
| 2026-04-08 | 250.8502 |
| 2026-04-15 | 251.7297 |
| 2026-04-22 | 253.3828 |
| 2026-04-29 | 254.2205 |
| 2026-05-06 | 254.0499 |
| 2026-05-13 | 254.9190 |
| 2026-05-20 | 255.9661 |
| 2026-05-27 | 256.1216 |
| 2026-06-03 | 256.3074 |
| 2026-06-10 | 256.1197 |
| 2026-06-17 | 254.8509 |
| 2026-06-24 | 257.6902 |
| 2026-07-01 | 256.7065 |
| 2026-07-08 | 255.8289 |
| 2026-07-15 | 256.1783 |
| 2026-07-22 | 257.3893 |
| 2026-07-29 | 256.6762 |
| 2026-08-05 | 255.7610 |
| 2026-08-12 | 255.8936 |
| 2026-08-19 | 254.1032 |
| 2026-08-26 | 254.8319 |
| 2026-09-02 | 255.4193 |
| 2026-09-09 | 255.2281 |
| 2026-09-16 | 256.2517 |
| 2026-09-23 | 257.7018 |
High
257.7018
Low
245.8750
Average
253.8618
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.