Skip to content

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

MXN/XOF over YTD: show the values
PointMXN/XOF
2025-12-3131.0882
2026-01-0731.2099
2026-01-1431.6208
2026-01-2132.0436
2026-01-2831.9346
2026-02-0432.1991
2026-02-1132.1039
2026-02-1832.4062
2026-02-2532.4370
2026-03-0432.1701
2026-03-1132.0355
2026-03-1832.1091
2026-03-2531.8625
2026-04-0131.7077
2026-04-0832.2731
2026-04-1532.1474
2026-04-2232.2752
2026-04-2932.2326
2026-05-0632.3560
2026-05-1332.5026
2026-05-2032.5370
2026-05-2732.5484
2026-06-0332.6730
2026-06-1032.5015
2026-06-1732.8918
2026-06-2432.7779
2026-07-0132.8266
2026-07-0832.6995
2026-07-1532.8968
2026-07-2233.0014
2026-07-2932.9125
2026-08-0533.0175
2026-08-1233.3295
2026-08-1933.1271
2026-08-2633.2218
2026-09-0233.3124
2026-09-0933.3564
2026-09-1633.1895
2026-09-2332.9682

High

33.3564

Low

31.0882

Average

32.4747

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.