Skip to content

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

MXN/XOF over 1Y: show the values
PointMXN/XOF
2025-09-2529.8854
2025-10-0229.9765
2025-10-0930.8623
2025-10-1630.4966
2025-10-2330.6707
2025-10-3030.4230
2025-11-0630.6520
2025-11-1330.9215
2025-11-2030.9788
2025-11-2730.8311
2025-12-0430.7873
2025-12-1130.7924
2025-12-1831.0520
2025-12-2531.0604
2026-01-0131.0139
2026-01-0831.2896
2026-01-1531.7213
2026-01-2232.0392
2026-01-2931.9656
2026-02-0531.9917
2026-02-1232.1678
2026-02-1932.2211
2026-02-2632.3450
2026-03-0532.0507
2026-03-1232.1061
2026-03-1931.8248
2026-03-2631.8794
2026-04-0231.6889
2026-04-0932.2157
2026-04-1632.2144
2026-04-2332.3199
2026-04-3032.0044
2026-05-0732.4382
2026-05-1432.5961
2026-05-2132.5463
2026-05-2832.4547
2026-06-0432.6767
2026-06-1132.6667
2026-06-1832.8239
2026-06-2532.7203
2026-07-0232.7401
2026-07-0932.7017
2026-07-1632.8530
2026-07-2332.9601
2026-07-3032.8434
2026-08-0632.9559
2026-08-1333.3644
2026-08-2033.0529
2026-08-2733.1701
2026-09-0333.2080
2026-09-1033.2954
2026-09-1733.2626
2026-09-2432.7901

High

33.3644

Low

29.8854

Average

31.9825

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=XOF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=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&currencies=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.