FJD to XAF exchange rate API
Fiji Dollar to CFA Franc BEAC · quoted 2026-09-25
256.6844
▲ +1.72% over 6M
1 FJD = 256.6844 XAF · 1 XAF = 0.003896 FJD · Get this rate via the API
1 FJD buys 256.6844 XAF as of 2026-09-25, so 1 XAF buys 0.003896 FJD. Over the last 6 months, FJD/XAF traded between 250.5506 and 257.1031, averaged 254.8850 and rose 1.72%. 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 6M: show the values
| Point | FJD/XAF |
|---|---|
| 2026-03-29 | 252.3518 |
| 2026-04-05 | 253.8610 |
| 2026-04-12 | 251.0641 |
| 2026-04-19 | 250.5506 |
| 2026-04-26 | 252.2540 |
| 2026-05-03 | 253.9600 |
| 2026-05-10 | 252.8303 |
| 2026-05-18 | 255.4884 |
| 2026-05-26 | 255.7002 |
| 2026-06-02 | 255.5371 |
| 2026-06-11 | 254.7090 |
| 2026-06-18 | 255.2285 |
| 2026-06-25 | 257.1031 |
| 2026-07-02 | 256.5259 |
| 2026-07-09 | 255.8581 |
| 2026-07-16 | 256.1322 |
| 2026-07-23 | 256.6164 |
| 2026-07-30 | 256.4385 |
| 2026-08-06 | 255.0896 |
| 2026-08-13 | 255.8344 |
| 2026-08-21 | 253.3540 |
| 2026-08-28 | 255.1029 |
| 2026-09-04 | 255.3856 |
| 2026-09-11 | 254.9688 |
| 2026-09-18 | 256.4411 |
| 2026-09-25 | 256.8240 |
High
257.1031
Low
250.5506
Average
254.8850
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.