FJD to XAF exchange rate API
Fiji Dollar to CFA Franc BEAC · quoted 2026-09-24
257.4400
▲ +4.71% over YTD
1 FJD = 257.4400 XAF · 1 XAF = 0.003884 FJD · Get this rate via the API
1 FJD buys 257.4400 XAF as of 2026-09-24, so 1 XAF buys 0.003884 FJD. Over the year to date, FJD/XAF traded between 245.8489 and 257.4400, averaged 253.4957 and rose 4.71%. The API holds daily FJD/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/XAF over YTD: show the values
| Point | FJD/XAF |
|---|---|
| 2025-12-31 | 245.8489 |
| 2026-01-07 | 246.9198 |
| 2026-01-14 | 247.2532 |
| 2026-01-21 | 246.7134 |
| 2026-01-28 | 246.6127 |
| 2026-02-04 | 250.6279 |
| 2026-02-11 | 250.0118 |
| 2026-02-18 | 251.0303 |
| 2026-02-25 | 252.2738 |
| 2026-03-04 | 255.6036 |
| 2026-03-11 | 255.7465 |
| 2026-03-18 | 256.8716 |
| 2026-03-25 | 253.2364 |
| 2026-04-01 | 253.2428 |
| 2026-04-08 | 251.0576 |
| 2026-04-15 | 251.7318 |
| 2026-04-22 | 253.1428 |
| 2026-04-29 | 254.2376 |
| 2026-05-06 | 254.7308 |
| 2026-05-14 | 255.4155 |
| 2026-05-21 | 255.5932 |
| 2026-05-29 | 255.2920 |
| 2026-06-05 | 256.2182 |
| 2026-06-14 | 253.5860 |
| 2026-06-21 | 254.6520 |
| 2026-06-28 | 254.0971 |
| 2026-07-05 | 253.9411 |
| 2026-07-12 | 255.2011 |
| 2026-07-19 | 255.3777 |
| 2026-07-26 | 256.7511 |
| 2026-08-02 | 256.2962 |
| 2026-08-09 | 255.2641 |
| 2026-08-16 | 255.0136 |
| 2026-08-24 | 255.0745 |
| 2026-08-31 | 255.7259 |
| 2026-09-07 | 255.8217 |
| 2026-09-14 | 255.9890 |
| 2026-09-21 | 256.6869 |
High
257.4400
Low
245.8489
Average
253.4957
Get this rate via the API
One GET request returns the FJD/XAF 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=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/XAF API questions
How do I get the FJD/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/XAF rate in rates.XAF.
How far back does FJD/XAF historical data go?
Daily FJD/XAF 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/XAF 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.