Skip to content

GEL to XOF exchange rate API

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

221.4000

▲ +2.38% over 5Y

1 GEL = 221.4000 XOF · 1 XOF = 0.004517 GEL · Get this rate via the API

1 GEL buys 221.4000 XOF as of 2026-09-27, so 1 XOF buys 0.004517 GEL. Over the last 5 years, GEL/XOF traded between 202.7411 and 223.7471, averaged 212.8210 and rose 2.38%. The API holds daily GEL/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/XOF over 5Y

GEL/XOF over 5Y: show the values
PointGEL/XOF
2024-08-24216.2581
2024-10-07216.0350
2024-11-06221.0848
2024-12-06218.9266
2025-01-05223.7471
2025-02-04219.7355
2025-03-06214.5809
2025-04-06217.0713
2025-05-06206.9562
2025-06-07210.6722
2025-07-07203.4489
2025-08-06206.4102
2025-09-05204.4764
2025-10-06202.7411
2025-11-05211.0621
2025-12-05208.6483
2026-01-05208.0446
2026-02-04206.4675
2026-03-06207.6557
2026-04-05211.5593
2026-05-05208.9413
2026-06-06214.2333
2026-07-08218.4222
2026-08-07217.7006
2026-09-07217.0657

High

223.7471

Low

202.7411

Average

212.8210

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/XOF API questions

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

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

How far back does GEL/XOF historical data go?

Daily GEL/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 GEL/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.