GYD to XOF exchange rate API
Guyana Dollar to CFA Franc BCEAO · quoted 2026-09-27
2.7577
▲ +1.25% over 6M
1 GYD = 2.7577 XOF · 1 XOF = 0.36262 GYD · Get this rate via the API
1 GYD buys 2.7577 XOF as of 2026-09-27, so 1 XOF buys 0.36262 GYD. Over the last 6 months, GYD/XOF traded between 2.6633 and 2.7604, averaged 2.7133 and rose 1.25%. The API holds daily GYD/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GYD/XOF over 6M: show the values
| Point | GYD/XOF |
|---|---|
| 2026-03-31 | 2.7238 |
| 2026-04-07 | 2.7163 |
| 2026-04-14 | 2.6633 |
| 2026-04-21 | 2.6677 |
| 2026-04-28 | 2.6715 |
| 2026-05-05 | 2.6810 |
| 2026-05-12 | 2.6695 |
| 2026-05-20 | 2.7009 |
| 2026-05-28 | 2.6945 |
| 2026-06-04 | 2.7004 |
| 2026-06-13 | 2.7109 |
| 2026-06-20 | 2.7373 |
| 2026-06-27 | 2.7583 |
| 2026-07-04 | 2.7443 |
| 2026-07-11 | 2.7524 |
| 2026-07-18 | 2.7470 |
| 2026-07-25 | 2.7604 |
| 2026-08-01 | 2.7328 |
| 2026-08-08 | 2.7177 |
| 2026-08-15 | 2.7165 |
| 2026-08-23 | 2.6833 |
| 2026-08-30 | 2.7063 |
| 2026-09-06 | 2.6992 |
| 2026-09-13 | 2.7061 |
| 2026-09-20 | 2.7279 |
High
2.7604
Low
2.6633
Average
2.7133
Get this rate via the API
One GET request returns the GYD/XOF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
GYD/XOF API questions
How do I get the GYD/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GYD/XOF rate in rates.XOF.
How far back does GYD/XOF historical data go?
Daily GYD/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 GYD/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.