Skip to content

GEL to XOF exchange rate API

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

221.4000

▲ +6.63% over YTD

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 year to date, GEL/XOF traded between 203.7403 and 221.4000, averaged 212.2612 and rose 6.63%. 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 YTD

GEL/XOF over YTD: show the values
PointGEL/XOF
2025-12-31207.6316
2026-01-07208.2719
2026-01-14209.0440
2026-01-21208.1444
2026-01-28203.7403
2026-02-04206.4675
2026-02-11205.2881
2026-02-18207.1500
2026-02-25208.0908
2026-03-04208.7032
2026-03-11207.6590
2026-03-18209.8749
2026-03-25209.0201
2026-04-01210.7498
2026-04-08208.9265
2026-04-15207.1965
2026-04-22207.8089
2026-04-29208.0902
2026-05-06207.6080
2026-05-14209.5376
2026-05-21211.6234
2026-05-29211.4445
2026-06-05212.6739
2026-06-14213.1108
2026-06-21216.0273
2026-06-28218.2815
2026-07-05217.6251
2026-07-12218.5865
2026-07-19218.3441
2026-07-26219.7615
2026-08-02216.6521
2026-08-09217.1030
2026-08-16217.2744
2026-08-24216.4036
2026-08-31217.3706
2026-09-07217.0657
2026-09-14218.4680
2026-09-21219.9654

High

221.4000

Low

203.7403

Average

212.2612

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.