FJD to XAF exchange rate API
Fiji Dollar to CFA Franc BEAC · quoted 2026-09-24
257.4400
▲ +4.54% over 1Y
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 last year, FJD/XAF traded between 244.8414 and 258.0887, averaged 251.9978 and rose 4.54%. 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 1Y: show the values
| Point | FJD/XAF |
|---|---|
| 2025-09-24 | 246.2522 |
| 2025-10-01 | 246.9491 |
| 2025-10-08 | 247.9409 |
| 2025-10-15 | 246.5715 |
| 2025-10-22 | 245.9522 |
| 2025-10-29 | 247.5227 |
| 2025-11-05 | 248.6070 |
| 2025-11-12 | 247.2564 |
| 2025-11-19 | 246.6009 |
| 2025-11-26 | 246.7441 |
| 2025-12-03 | 246.8304 |
| 2025-12-11 | 246.6325 |
| 2025-12-18 | 244.8414 |
| 2025-12-25 | 245.0975 |
| 2026-01-01 | 245.6153 |
| 2026-01-08 | 247.3616 |
| 2026-01-15 | 247.4951 |
| 2026-01-22 | 248.0248 |
| 2026-01-29 | 247.4604 |
| 2026-02-05 | 250.4966 |
| 2026-02-12 | 250.8892 |
| 2026-02-19 | 251.9002 |
| 2026-02-26 | 251.9933 |
| 2026-03-05 | 255.0285 |
| 2026-03-12 | 257.5008 |
| 2026-03-19 | 258.0887 |
| 2026-03-26 | 255.0580 |
| 2026-04-02 | 253.3849 |
| 2026-04-09 | 251.6108 |
| 2026-04-16 | 251.5038 |
| 2026-04-23 | 253.6958 |
| 2026-04-30 | 254.3658 |
| 2026-05-07 | 254.2797 |
| 2026-05-15 | 257.0973 |
| 2026-05-23 | 255.3827 |
| 2026-05-30 | 254.1538 |
| 2026-06-06 | 256.4462 |
| 2026-06-15 | 253.9460 |
| 2026-06-22 | 256.3117 |
| 2026-06-29 | 255.3029 |
| 2026-07-06 | 255.3734 |
| 2026-07-13 | 256.7373 |
| 2026-07-20 | 256.6222 |
| 2026-07-27 | 257.1076 |
| 2026-08-03 | 255.7144 |
| 2026-08-10 | 255.6301 |
| 2026-08-17 | 255.0016 |
| 2026-08-25 | 254.6213 |
| 2026-09-01 | 255.4269 |
| 2026-09-08 | 255.6082 |
| 2026-09-15 | 256.3875 |
| 2026-09-22 | 256.0198 |
High
258.0887
Low
244.8414
Average
251.9978
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.