MXN to XOF exchange rate API
Mexican Peso to CFA Franc BCEAO · quoted 2026-09-25
32.4854
▲ +4.49% over YTD
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 year to date, MXN/XOF traded between 31.0882 and 33.3564, averaged 32.4747 and rose 4.49%. 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 YTD: show the values
| Point | MXN/XOF |
|---|---|
| 2025-12-31 | 31.0882 |
| 2026-01-07 | 31.2099 |
| 2026-01-14 | 31.6208 |
| 2026-01-21 | 32.0436 |
| 2026-01-28 | 31.9346 |
| 2026-02-04 | 32.1991 |
| 2026-02-11 | 32.1039 |
| 2026-02-18 | 32.4062 |
| 2026-02-25 | 32.4370 |
| 2026-03-04 | 32.1701 |
| 2026-03-11 | 32.0355 |
| 2026-03-18 | 32.1091 |
| 2026-03-25 | 31.8625 |
| 2026-04-01 | 31.7077 |
| 2026-04-08 | 32.2731 |
| 2026-04-15 | 32.1474 |
| 2026-04-22 | 32.2752 |
| 2026-04-29 | 32.2326 |
| 2026-05-06 | 32.3560 |
| 2026-05-13 | 32.5026 |
| 2026-05-20 | 32.5370 |
| 2026-05-27 | 32.5484 |
| 2026-06-03 | 32.6730 |
| 2026-06-10 | 32.5015 |
| 2026-06-17 | 32.8918 |
| 2026-06-24 | 32.7779 |
| 2026-07-01 | 32.8266 |
| 2026-07-08 | 32.6995 |
| 2026-07-15 | 32.8968 |
| 2026-07-22 | 33.0014 |
| 2026-07-29 | 32.9125 |
| 2026-08-05 | 33.0175 |
| 2026-08-12 | 33.3295 |
| 2026-08-19 | 33.1271 |
| 2026-08-26 | 33.2218 |
| 2026-09-02 | 33.3124 |
| 2026-09-09 | 33.3564 |
| 2026-09-16 | 33.1895 |
| 2026-09-23 | 32.9682 |
High
33.3564
Low
31.0882
Average
32.4747
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.