Skip to content

XOF to MXN exchange rate API

CFA Franc BCEAO to Mexican Peso · quoted 2026-09-25

0.03084

▼ +7.84% over 1Y

1 XOF = 0.03084 MXN · 1 MXN = 32.4275 XOF · Get this rate via the API

1 XOF buys 0.03084 MXN as of 2026-09-25, so 1 MXN buys 32.4275 XOF. Over the last year, XOF/MXN traded between 0.02997 and 0.03346, averaged 0.03129 and fell 7.84%. The API holds daily XOF/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/MXN over 1Y

XOF/MXN over 1Y: show the values
PointXOF/MXN
2025-09-250.03346
2025-10-020.03336
2025-10-090.03240
2025-10-160.03279
2025-10-230.03260
2025-10-300.03287
2025-11-060.03262
2025-11-130.03234
2025-11-200.03228
2025-11-270.03243
2025-12-040.03248
2025-12-110.03247
2025-12-180.03220
2025-12-250.03220
2026-01-010.03224
2026-01-080.03196
2026-01-150.03152
2026-01-220.03121
2026-01-290.03128
2026-02-050.03126
2026-02-120.03109
2026-02-190.03104
2026-02-260.03092
2026-03-050.03120
2026-03-120.03115
2026-03-190.03142
2026-03-260.03137
2026-04-020.03156
2026-04-090.03104
2026-04-160.03104
2026-04-230.03094
2026-04-300.03124
2026-05-070.03083
2026-05-140.03068
2026-05-210.03072
2026-05-280.03081
2026-06-040.03060
2026-06-110.03061
2026-06-180.03046
2026-06-250.03056
2026-07-020.03054
2026-07-090.03058
2026-07-160.03044
2026-07-230.03034
2026-07-300.03045
2026-08-060.03034
2026-08-130.02997
2026-08-200.03025
2026-08-270.03015
2026-09-030.03011
2026-09-100.03003
2026-09-170.03006
2026-09-240.03050

High

0.03346

Low

0.02997

Average

0.03129

For developers

Get this rate via the API

One GET request returns the XOF/MXN 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=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=MXN");
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=MXN").json()

Replace YOUR_API_KEY with the key from your dashboard.

XOF/MXN API questions

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

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

How far back does XOF/MXN historical data go?

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