MXN to XOF exchange rate API
Mexican Peso to CFA Franc BCEAO · quoted 2026-09-25
32.4854
▲ +8.70% over 1Y
1 MXN = 32.4854 XOF · 1 XOF = 0.03078 MXN · Get this rate via the API
1 MXN buys 32.4854 XOF as of 2026-09-25, so 1 XOF buys 0.03078 MXN. Over the last year, MXN/XOF traded between 29.8854 and 33.3644, averaged 31.9825 and rose 8.70%. The API holds daily MXN/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MXN/XOF over 1Y: show the values
| Point | MXN/XOF |
|---|---|
| 2025-09-25 | 29.8854 |
| 2025-10-02 | 29.9765 |
| 2025-10-09 | 30.8623 |
| 2025-10-16 | 30.4966 |
| 2025-10-23 | 30.6707 |
| 2025-10-30 | 30.4230 |
| 2025-11-06 | 30.6520 |
| 2025-11-13 | 30.9215 |
| 2025-11-20 | 30.9788 |
| 2025-11-27 | 30.8311 |
| 2025-12-04 | 30.7873 |
| 2025-12-11 | 30.7924 |
| 2025-12-18 | 31.0520 |
| 2025-12-25 | 31.0604 |
| 2026-01-01 | 31.0139 |
| 2026-01-08 | 31.2896 |
| 2026-01-15 | 31.7213 |
| 2026-01-22 | 32.0392 |
| 2026-01-29 | 31.9656 |
| 2026-02-05 | 31.9917 |
| 2026-02-12 | 32.1678 |
| 2026-02-19 | 32.2211 |
| 2026-02-26 | 32.3450 |
| 2026-03-05 | 32.0507 |
| 2026-03-12 | 32.1061 |
| 2026-03-19 | 31.8248 |
| 2026-03-26 | 31.8794 |
| 2026-04-02 | 31.6889 |
| 2026-04-09 | 32.2157 |
| 2026-04-16 | 32.2144 |
| 2026-04-23 | 32.3199 |
| 2026-04-30 | 32.0044 |
| 2026-05-07 | 32.4382 |
| 2026-05-14 | 32.5961 |
| 2026-05-21 | 32.5463 |
| 2026-05-28 | 32.4547 |
| 2026-06-04 | 32.6767 |
| 2026-06-11 | 32.6667 |
| 2026-06-18 | 32.8239 |
| 2026-06-25 | 32.7203 |
| 2026-07-02 | 32.7401 |
| 2026-07-09 | 32.7017 |
| 2026-07-16 | 32.8530 |
| 2026-07-23 | 32.9601 |
| 2026-07-30 | 32.8434 |
| 2026-08-06 | 32.9559 |
| 2026-08-13 | 33.3644 |
| 2026-08-20 | 33.0529 |
| 2026-08-27 | 33.1701 |
| 2026-09-03 | 33.2080 |
| 2026-09-10 | 33.2954 |
| 2026-09-17 | 33.2626 |
| 2026-09-24 | 32.7901 |
High
33.3644
Low
29.8854
Average
31.9825
Get this rate via the API
One GET request returns the MXN/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=MXN¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
MXN/XOF API questions
How do I get the MXN/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MXN/XOF rate in rates.XOF.
How far back does MXN/XOF historical data go?
Daily MXN/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 MXN/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.