Skip to content

GEL to XAF exchange rate API

Lari to CFA Franc BEAC · quoted 2026-09-25

221.8255

▲ +7.54% over 1Y

1 GEL = 221.8255 XAF · 1 XAF = 0.004508 GEL · Get this rate via the API

1 GEL buys 221.8255 XAF as of 2026-09-25, so 1 XAF buys 0.004508 GEL. Over the last year, GEL/XAF traded between 204.9064 and 221.8255, averaged 211.4538 and rose 7.54%. The API holds daily GEL/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/XAF over 1Y

GEL/XAF over 1Y: show the values
PointGEL/XAF
2025-09-25206.2660
2025-10-02205.1657
2025-10-09207.9626
2025-10-16207.5305
2025-10-23208.5034
2025-10-30208.2227
2025-11-06210.6774
2025-11-13209.2869
2025-11-20210.4961
2025-11-27209.3738
2025-12-04208.3981
2025-12-12207.3882
2025-12-19207.7120
2025-12-26206.5597
2026-01-02207.1665
2026-01-09208.9956
2026-01-16209.7983
2026-01-23207.5254
2026-01-30204.9064
2026-02-06207.0311
2026-02-13206.0168
2026-02-20208.4557
2026-02-27208.0504
2026-03-06207.3497
2026-03-13209.2252
2026-03-20208.4416
2026-03-27210.7298
2026-04-03211.8603
2026-04-10208.6961
2026-04-17206.6167
2026-04-24209.1448
2026-05-01208.5796
2026-05-08208.6883
2026-05-16211.2521
2026-05-24211.9431
2026-05-31211.2723
2026-06-09214.1841
2026-06-16213.7129
2026-06-23216.8828
2026-06-30218.1727
2026-07-07217.8228
2026-07-14219.1292
2026-07-21219.2737
2026-07-28219.9678
2026-08-04217.7303
2026-08-11217.2966
2026-08-18217.3498
2026-08-26215.3223
2026-09-02217.0779
2026-09-09216.7777
2026-09-16218.6884
2026-09-23220.5477

High

221.8255

Low

204.9064

Average

211.4538

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/XAF API questions

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

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

How far back does GEL/XAF historical data go?

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