Skip to content

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

GEL/XOF over 1Y: show the values
PointGEL/XOF
2025-09-27207.2950
2025-10-04205.0317
2025-10-11208.8637
2025-10-18208.1835
2025-10-25207.9562
2025-11-01209.8250
2025-11-08209.6044
2025-11-15208.8412
2025-11-22210.6865
2025-11-29209.5637
2025-12-06208.9138
2025-12-14207.3297
2025-12-21207.7735
2025-12-28206.8867
2026-01-04207.9430
2026-01-11209.3016
2026-01-18210.2805
2026-01-25205.7298
2026-02-01205.6960
2026-02-08206.4856
2026-02-15206.1349
2026-02-22207.9981
2026-03-01208.3457
2026-03-08207.8767
2026-03-15210.1566
2026-03-22208.8080
2026-03-29211.3710
2026-04-05211.5593
2026-04-12208.5000
2026-04-19206.3967
2026-04-26208.9392
2026-05-03208.6332
2026-05-10208.2561
2026-05-18210.2919
2026-05-26211.5531
2026-06-02212.0678
2026-06-11214.1884
2026-06-18215.6531
2026-06-25218.2786
2026-07-02217.7335
2026-07-09218.1821
2026-07-16218.0058
2026-07-23219.5668
2026-07-30218.1360
2026-08-06217.4899
2026-08-13217.8306
2026-08-21215.7999
2026-08-28216.5854
2026-09-04216.1838
2026-09-11217.3457
2026-09-18220.4121
2026-09-25221.5186

High

221.5186

Low

205.0317

Average

211.5734

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.