GEL to XOF exchange rate API
Lari to CFA Franc BCEAO · quoted 2026-09-27
221.4000
▲ +6.80% over 1Y
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 year, GEL/XOF traded between 205.0317 and 221.5186, averaged 211.5734 and rose 6.80%. 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 1Y: show the values
| Point | GEL/XOF |
|---|---|
| 2025-09-27 | 207.2950 |
| 2025-10-04 | 205.0317 |
| 2025-10-11 | 208.8637 |
| 2025-10-18 | 208.1835 |
| 2025-10-25 | 207.9562 |
| 2025-11-01 | 209.8250 |
| 2025-11-08 | 209.6044 |
| 2025-11-15 | 208.8412 |
| 2025-11-22 | 210.6865 |
| 2025-11-29 | 209.5637 |
| 2025-12-06 | 208.9138 |
| 2025-12-14 | 207.3297 |
| 2025-12-21 | 207.7735 |
| 2025-12-28 | 206.8867 |
| 2026-01-04 | 207.9430 |
| 2026-01-11 | 209.3016 |
| 2026-01-18 | 210.2805 |
| 2026-01-25 | 205.7298 |
| 2026-02-01 | 205.6960 |
| 2026-02-08 | 206.4856 |
| 2026-02-15 | 206.1349 |
| 2026-02-22 | 207.9981 |
| 2026-03-01 | 208.3457 |
| 2026-03-08 | 207.8767 |
| 2026-03-15 | 210.1566 |
| 2026-03-22 | 208.8080 |
| 2026-03-29 | 211.3710 |
| 2026-04-05 | 211.5593 |
| 2026-04-12 | 208.5000 |
| 2026-04-19 | 206.3967 |
| 2026-04-26 | 208.9392 |
| 2026-05-03 | 208.6332 |
| 2026-05-10 | 208.2561 |
| 2026-05-18 | 210.2919 |
| 2026-05-26 | 211.5531 |
| 2026-06-02 | 212.0678 |
| 2026-06-11 | 214.1884 |
| 2026-06-18 | 215.6531 |
| 2026-06-25 | 218.2786 |
| 2026-07-02 | 217.7335 |
| 2026-07-09 | 218.1821 |
| 2026-07-16 | 218.0058 |
| 2026-07-23 | 219.5668 |
| 2026-07-30 | 218.1360 |
| 2026-08-06 | 217.4899 |
| 2026-08-13 | 217.8306 |
| 2026-08-21 | 215.7999 |
| 2026-08-28 | 216.5854 |
| 2026-09-04 | 216.1838 |
| 2026-09-11 | 217.3457 |
| 2026-09-18 | 220.4121 |
| 2026-09-25 | 221.5186 |
High
221.5186
Low
205.0317
Average
211.5734
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.