Skip to content

XOF to MGA exchange rate API

CFA Franc BCEAO to Malagasy Ariary · quoted 2026-09-27

7.6547

▼ +3.70% over 1Y

1 XOF = 7.6547 MGA · 1 MGA = 0.13064 XOF · Get this rate via the API

1 XOF buys 7.6547 MGA as of 2026-09-27, so 1 MGA buys 0.13064 XOF. Over the last year, XOF/MGA traded between 7.2601 and 8.2210, averaged 7.6922 and fell 3.70%. The API holds daily XOF/MGA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/MGA over 1Y

XOF/MGA over 1Y: show the values
PointXOF/MGA
2025-09-277.9490
2025-10-047.9903
2025-10-117.9216
2025-10-188.0008
2025-10-257.9969
2025-11-017.9241
2025-11-087.9252
2025-11-157.9645
2025-11-227.8905
2025-11-297.9378
2025-12-067.9494
2025-12-148.0474
2025-12-218.1379
2025-12-288.2210
2026-01-048.1932
2026-01-118.1307
2026-01-188.1009
2026-01-258.1812
2026-02-018.0367
2026-02-087.9929
2026-02-157.9443
2026-02-227.7796
2026-03-017.5597
2026-03-087.3728
2026-03-157.2601
2026-03-227.3587
2026-03-297.3338
2026-04-057.3320
2026-04-127.3873
2026-04-197.4449
2026-04-267.4074
2026-05-037.4211
2026-05-107.4781
2026-05-187.3986
2026-05-267.4442
2026-06-027.4416
2026-06-117.3863
2026-06-187.3332
2026-06-257.2959
2026-07-027.4581
2026-07-097.3840
2026-07-167.3899
2026-07-237.4108
2026-07-307.5533
2026-08-067.5461
2026-08-137.5692
2026-08-217.6222
2026-08-287.6801
2026-09-047.6293
2026-09-117.6291
2026-09-187.6821
2026-09-257.6086

High

8.2210

Low

7.2601

Average

7.6922

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=MGA").json()

Replace YOUR_API_KEY with the key from your dashboard.

XOF/MGA API questions

How do I get the XOF/MGA exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=MGA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/MGA rate in rates.MGA.

How far back does XOF/MGA historical data go?

Daily XOF/MGA 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/MGA 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.