Skip to content

XOF to GMD exchange rate API

CFA Franc BCEAO to Dalasi · quoted 2026-09-27

0.12758

▼ +1.71% over 1Y

1 XOF = 0.12758 GMD · 1 GMD = 7.8383 XOF · Get this rate via the API

1 XOF buys 0.12758 GMD as of 2026-09-27, so 1 GMD buys 7.8383 XOF. Over the last year, XOF/GMD traded between 0.12712 and 0.13414, averaged 0.13043 and fell 1.71%. The API holds daily XOF/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/GMD over 1Y

XOF/GMD over 1Y: show the values
PointXOF/GMD
2025-09-270.12980
2025-10-040.13150
2025-10-110.12865
2025-10-180.12791
2025-10-250.12931
2025-11-010.12744
2025-11-080.12955
2025-11-150.12939
2025-11-220.12893
2025-11-290.12961
2025-12-060.12948
2025-12-140.13221
2025-12-210.13188
2025-12-280.13279
2026-01-040.13234
2026-01-110.13159
2026-01-180.13072
2026-01-250.13299
2026-02-010.13414
2026-02-080.13326
2026-02-150.13358
2026-02-220.13212
2026-03-010.13190
2026-03-080.13008
2026-03-150.12995
2026-03-220.13143
2026-03-290.13025
2026-04-050.13129
2026-04-120.13104
2026-04-190.13171
2026-04-260.13125
2026-05-030.13054
2026-05-100.13194
2026-05-180.12861
2026-05-260.13031
2026-06-020.13059
2026-06-110.12963
2026-06-180.12890
2026-06-250.12712
2026-07-020.12785
2026-07-090.12882
2026-07-160.12911
2026-07-230.12860
2026-07-300.13025
2026-08-060.13044
2026-08-130.13052
2026-08-210.13215
2026-08-280.13299
2026-09-040.13099
2026-09-110.13085
2026-09-180.12861
2026-09-250.12848

High

0.13414

Low

0.12712

Average

0.13043

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XOF/GMD API questions

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

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

How far back does XOF/GMD historical data go?

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