FJD to XOF exchange rate API
Fiji Dollar to CFA Franc BCEAO · quoted 2026-09-25
256.3993
▼ +3.39% over 5Y
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 5 years, FJD/XOF traded between 242.8055 and 271.9728, averaged 255.2926 and fell 3.39%. 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 5Y: show the values
| Point | FJD/XOF |
|---|---|
| 2024-08-24 | 265.3859 |
| 2024-10-05 | 270.0211 |
| 2024-11-04 | 262.6950 |
| 2024-12-04 | 270.1916 |
| 2025-01-03 | 267.6206 |
| 2025-02-02 | 271.9728 |
| 2025-03-04 | 261.6270 |
| 2025-04-04 | 253.0658 |
| 2025-05-04 | 254.2799 |
| 2025-06-04 | 249.5654 |
| 2025-07-04 | 244.8351 |
| 2025-08-03 | 247.9934 |
| 2025-09-02 | 245.9554 |
| 2025-10-03 | 242.8055 |
| 2025-11-02 | 247.5163 |
| 2025-12-02 | 246.9410 |
| 2026-01-01 | 245.6026 |
| 2026-01-31 | 250.9334 |
| 2026-03-02 | 251.8948 |
| 2026-04-01 | 252.7883 |
| 2026-05-01 | 254.4308 |
| 2026-05-31 | 254.0495 |
| 2026-06-30 | 255.5417 |
| 2026-07-30 | 255.9153 |
| 2026-08-29 | 257.5795 |
High
271.9728
Low
242.8055
Average
255.2926
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.