Skip to content

XOF to JPY exchange rate API

CFA Franc BCEAO to Yen · quoted 2026-09-24

0.27502

▲ +1.64% over 1Y

1 XOF = 0.27502 JPY · 1 JPY = 3.6360 XOF · Get this rate via the API

1 XOF buys 0.27502 JPY as of 2026-09-24, so 1 JPY buys 3.6360 XOF. Over the last year, XOF/JPY traded between 0.26742 and 0.28597, averaged 0.27878 and rose 1.64%. The API holds daily XOF/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/JPY over 1Y

XOF/JPY over 1Y: show the values
PointXOF/JPY
2025-09-240.27058
2025-10-010.26742
2025-10-080.27557
2025-10-150.26866
2025-10-220.26878
2025-10-290.26994
2025-11-050.26923
2025-11-120.27330
2025-11-190.27532
2025-11-260.27624
2025-12-030.27599
2025-12-100.27822
2025-12-170.27839
2025-12-240.28036
2025-12-310.28040
2026-01-070.27896
2026-01-140.28166
2026-01-210.28174
2026-01-280.27861
2026-02-040.28214
2026-02-110.27803
2026-02-180.27704
2026-02-250.28178
2026-03-040.27831
2026-03-110.28043
2026-03-180.28021
2026-03-250.28083
2026-04-010.27967
2026-04-080.28161
2026-04-150.28597
2026-04-220.28483
2026-04-290.28493
2026-05-060.27971
2026-05-130.28183
2026-05-200.28142
2026-05-270.28281
2026-06-030.28296
2026-06-100.28251
2026-06-170.28320
2026-06-240.27996
2026-07-010.28268
2026-07-080.28273
2026-07-150.28320
2026-07-220.28360
2026-07-290.28458
2026-08-050.27730
2026-08-120.27977
2026-08-190.28188
2026-08-260.28280
2026-09-020.28180
2026-09-090.27185
2026-09-160.27259
2026-09-230.27467

High

0.28597

Low

0.26742

Average

0.27878

For developers

Get this rate via the API

One GET request returns the XOF/JPY rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=JPY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

XOF/JPY API questions

How do I get the XOF/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/JPY rate in rates.JPY.

How far back does XOF/JPY historical data go?

Daily XOF/JPY 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 XOF/JPY 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.