Skip to content

GEL to XOF exchange rate API

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

221.4000

▲ +2.22% over 30D

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 30 days, GEL/XOF traded between 216.1838 and 221.5186, averaged 218.5053 and rose 2.22%. 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 30D

GEL/XOF over 30D: show the values
PointGEL/XOF
2026-08-28216.5854
2026-08-29217.6291
2026-08-30217.6055
2026-08-31217.3706
2026-09-01216.9443
2026-09-02217.0128
2026-09-03216.7671
2026-09-04216.1838
2026-09-05216.6870
2026-09-06216.7860
2026-09-07217.0657
2026-09-08216.8376
2026-09-09216.7164
2026-09-10216.8076
2026-09-11217.3457
2026-09-12217.3900
2026-09-13217.2180
2026-09-14218.4680
2026-09-15218.7354
2026-09-16218.8855
2026-09-17219.9390
2026-09-18220.4121
2026-09-19219.6330
2026-09-20219.7265
2026-09-21219.9654
2026-09-22220.1897
2026-09-23220.8791
2026-09-24220.9693
2026-09-25221.5186
2026-09-26221.0950
2026-09-27221.4000

High

221.5186

Low

216.1838

Average

218.5053

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.