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: show the values
| Point | GEL/XAF |
|---|---|
| 2025-09-25 | 206.2660 |
| 2025-10-02 | 205.1657 |
| 2025-10-09 | 207.9626 |
| 2025-10-16 | 207.5305 |
| 2025-10-23 | 208.5034 |
| 2025-10-30 | 208.2227 |
| 2025-11-06 | 210.6774 |
| 2025-11-13 | 209.2869 |
| 2025-11-20 | 210.4961 |
| 2025-11-27 | 209.3738 |
| 2025-12-04 | 208.3981 |
| 2025-12-12 | 207.3882 |
| 2025-12-19 | 207.7120 |
| 2025-12-26 | 206.5597 |
| 2026-01-02 | 207.1665 |
| 2026-01-09 | 208.9956 |
| 2026-01-16 | 209.7983 |
| 2026-01-23 | 207.5254 |
| 2026-01-30 | 204.9064 |
| 2026-02-06 | 207.0311 |
| 2026-02-13 | 206.0168 |
| 2026-02-20 | 208.4557 |
| 2026-02-27 | 208.0504 |
| 2026-03-06 | 207.3497 |
| 2026-03-13 | 209.2252 |
| 2026-03-20 | 208.4416 |
| 2026-03-27 | 210.7298 |
| 2026-04-03 | 211.8603 |
| 2026-04-10 | 208.6961 |
| 2026-04-17 | 206.6167 |
| 2026-04-24 | 209.1448 |
| 2026-05-01 | 208.5796 |
| 2026-05-08 | 208.6883 |
| 2026-05-16 | 211.2521 |
| 2026-05-24 | 211.9431 |
| 2026-05-31 | 211.2723 |
| 2026-06-09 | 214.1841 |
| 2026-06-16 | 213.7129 |
| 2026-06-23 | 216.8828 |
| 2026-06-30 | 218.1727 |
| 2026-07-07 | 217.8228 |
| 2026-07-14 | 219.1292 |
| 2026-07-21 | 219.2737 |
| 2026-07-28 | 219.9678 |
| 2026-08-04 | 217.7303 |
| 2026-08-11 | 217.2966 |
| 2026-08-18 | 217.3498 |
| 2026-08-26 | 215.3223 |
| 2026-09-02 | 217.0779 |
| 2026-09-09 | 216.7777 |
| 2026-09-16 | 218.6884 |
| 2026-09-23 | 220.5477 |
High
221.8255
Low
204.9064
Average
211.4538
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.