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: show the values
| Point | XOF/MXN |
|---|---|
| 2025-09-25 | 0.03346 |
| 2025-10-02 | 0.03336 |
| 2025-10-09 | 0.03240 |
| 2025-10-16 | 0.03279 |
| 2025-10-23 | 0.03260 |
| 2025-10-30 | 0.03287 |
| 2025-11-06 | 0.03262 |
| 2025-11-13 | 0.03234 |
| 2025-11-20 | 0.03228 |
| 2025-11-27 | 0.03243 |
| 2025-12-04 | 0.03248 |
| 2025-12-11 | 0.03247 |
| 2025-12-18 | 0.03220 |
| 2025-12-25 | 0.03220 |
| 2026-01-01 | 0.03224 |
| 2026-01-08 | 0.03196 |
| 2026-01-15 | 0.03152 |
| 2026-01-22 | 0.03121 |
| 2026-01-29 | 0.03128 |
| 2026-02-05 | 0.03126 |
| 2026-02-12 | 0.03109 |
| 2026-02-19 | 0.03104 |
| 2026-02-26 | 0.03092 |
| 2026-03-05 | 0.03120 |
| 2026-03-12 | 0.03115 |
| 2026-03-19 | 0.03142 |
| 2026-03-26 | 0.03137 |
| 2026-04-02 | 0.03156 |
| 2026-04-09 | 0.03104 |
| 2026-04-16 | 0.03104 |
| 2026-04-23 | 0.03094 |
| 2026-04-30 | 0.03124 |
| 2026-05-07 | 0.03083 |
| 2026-05-14 | 0.03068 |
| 2026-05-21 | 0.03072 |
| 2026-05-28 | 0.03081 |
| 2026-06-04 | 0.03060 |
| 2026-06-11 | 0.03061 |
| 2026-06-18 | 0.03046 |
| 2026-06-25 | 0.03056 |
| 2026-07-02 | 0.03054 |
| 2026-07-09 | 0.03058 |
| 2026-07-16 | 0.03044 |
| 2026-07-23 | 0.03034 |
| 2026-07-30 | 0.03045 |
| 2026-08-06 | 0.03034 |
| 2026-08-13 | 0.02997 |
| 2026-08-20 | 0.03025 |
| 2026-08-27 | 0.03015 |
| 2026-09-03 | 0.03011 |
| 2026-09-10 | 0.03003 |
| 2026-09-17 | 0.03006 |
| 2026-09-24 | 0.03050 |
High
0.03346
Low
0.02997
Average
0.03129
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=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¤cies=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.