Skip to content

GYD to XOF exchange rate API

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

2.7577

▼ +1.55% over 5Y

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 5 years, GYD/XOF traded between 2.6331 and 3.0147, averaged 2.7568 and fell 1.55%. 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 5Y

GYD/XOF over 5Y: show the values
PointGYD/XOF
2024-08-242.8011
2024-10-072.8289
2024-11-062.8804
2024-12-062.9247
2025-01-053.0147
2025-02-042.9858
2025-03-062.8629
2025-04-062.8480
2025-05-062.7160
2025-06-072.7442
2025-07-072.6431
2025-08-062.6620
2025-09-052.6331
2025-10-062.6353
2025-11-052.7299
2025-12-052.6920
2026-01-052.6747
2026-02-042.6616
2026-03-062.7026
2026-04-052.7255
2026-05-052.6810
2026-06-062.7189
2026-07-082.7412
2026-08-072.7126
2026-09-072.6984

High

3.0147

Low

2.6331

Average

2.7568

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GYD&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=GYD&currencies=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&currencies=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.