Skip to content

XOF to GYD exchange rate API

CFA Franc BCEAO to Guyana Dollar · quoted 2026-09-27

0.36262

▼ +2.70% over 1Y

1 XOF = 0.36262 GYD · 1 GYD = 2.7577 XOF · Get this rate via the API

1 XOF buys 0.36262 GYD as of 2026-09-27, so 1 GYD buys 2.7577 XOF. Over the last year, XOF/GYD traded between 0.36173 and 0.37845, averaged 0.37021 and fell 2.70%. The API holds daily XOF/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/GYD over 1Y

XOF/GYD over 1Y: show the values
PointXOF/GYD
2025-09-270.37269
2025-10-040.37435
2025-10-110.36947
2025-10-180.37228
2025-10-250.37074
2025-11-010.36843
2025-11-080.36883
2025-11-150.36973
2025-11-220.36661
2025-11-290.36870
2025-12-060.37070
2025-12-140.37438
2025-12-210.37365
2025-12-280.37533
2026-01-040.37403
2026-01-110.37121
2026-01-180.36982
2026-01-250.37788
2026-02-010.37780
2026-02-080.37668
2026-02-150.37845
2026-02-220.37572
2026-03-010.37609
2026-03-080.36912
2026-03-150.36512
2026-03-220.36880
2026-03-290.36707
2026-04-050.36691
2026-04-120.37241
2026-04-190.37553
2026-04-260.37296
2026-05-030.37419
2026-05-100.37457
2026-05-180.37187
2026-05-260.37094
2026-06-020.37155
2026-06-110.36817
2026-06-180.36657
2026-06-250.36173
2026-07-020.36399
2026-07-090.36392
2026-07-160.36384
2026-07-230.36323
2026-07-300.36446
2026-08-060.36742
2026-08-130.36785
2026-08-210.37308
2026-08-280.37040
2026-09-040.36992
2026-09-110.37047
2026-09-180.36600
2026-09-250.36309

High

0.37845

Low

0.36173

Average

0.37021

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

XOF/GYD API questions

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

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

How far back does XOF/GYD historical data go?

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