GEL to XOF exchange rate API
Lari to CFA Franc BCEAO · quoted 2026-09-27
221.4000
▲ +4.43% over 6M
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 6 months, GEL/XOF traded between 206.9467 and 221.4000, averaged 214.9348 and rose 4.43%. 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 6M: show the values
| Point | GEL/XOF |
|---|---|
| 2026-03-31 | 212.0034 |
| 2026-04-07 | 211.0633 |
| 2026-04-14 | 206.9467 |
| 2026-04-21 | 207.6636 |
| 2026-04-28 | 208.6681 |
| 2026-05-05 | 208.9413 |
| 2026-05-12 | 208.5456 |
| 2026-05-20 | 211.6508 |
| 2026-05-28 | 211.8387 |
| 2026-06-04 | 212.3857 |
| 2026-06-13 | 213.8411 |
| 2026-06-20 | 215.8345 |
| 2026-06-27 | 218.2498 |
| 2026-07-04 | 217.9737 |
| 2026-07-11 | 217.8574 |
| 2026-07-18 | 218.5820 |
| 2026-07-25 | 219.4304 |
| 2026-08-01 | 217.4985 |
| 2026-08-08 | 217.5674 |
| 2026-08-15 | 217.5185 |
| 2026-08-23 | 215.0441 |
| 2026-08-30 | 217.6055 |
| 2026-09-06 | 216.7860 |
| 2026-09-13 | 217.2180 |
| 2026-09-20 | 219.7265 |
| 2026-09-27 | 221.4000 |
High
221.4000
Low
206.9467
Average
214.9348
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.