Skip to content

GEL to XPF exchange rate API

Lari to CFP Franc · quoted 2026-09-25

40.3585

▲ +8.88% over 1Y

1 GEL = 40.3585 XPF · 1 XPF = 0.02478 GEL · Get this rate via the API

1 GEL buys 40.3585 XPF as of 2026-09-25, so 1 XPF buys 0.02478 GEL. Over the last year, GEL/XPF traded between 37.0676 and 40.3585, averaged 38.4674 and rose 8.88%. The API holds daily GEL/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/XPF over 1Y

GEL/XPF over 1Y: show the values
PointGEL/XPF
2025-09-2537.0676
2025-10-0237.3614
2025-10-0937.8338
2025-10-1637.8963
2025-10-2337.9831
2025-10-3037.9844
2025-11-0638.2856
2025-11-1338.0837
2025-11-2038.2727
2025-11-2738.1695
2025-12-0437.9999
2025-12-1237.7414
2025-12-1937.8159
2025-12-2637.6547
2026-01-0237.7365
2026-01-0937.9692
2026-01-1638.1611
2026-01-2337.8315
2026-01-3037.2588
2026-02-0637.5631
2026-02-1337.4995
2026-02-2037.7990
2026-02-2737.8380
2026-03-0637.6496
2026-03-1338.1618
2026-03-2037.9847
2026-03-2738.3687
2026-04-0338.6977
2026-04-1038.1137
2026-04-1737.6477
2026-04-2438.0233
2026-05-0137.9341
2026-05-0837.9713
2026-05-1638.4310
2026-05-2438.4688
2026-05-3138.4593
2026-06-0938.8933
2026-06-1638.9495
2026-06-2339.4511
2026-06-3039.6421
2026-07-0739.6479
2026-07-1439.7431
2026-07-2139.8694
2026-07-2839.9367
2026-08-0439.5969
2026-08-1139.5105
2026-08-1839.5040
2026-08-2639.1924
2026-09-0239.4862
2026-09-0939.3646
2026-09-1639.8051
2026-09-2340.1034

High

40.3585

Low

37.0676

Average

38.4674

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/XPF API questions

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

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

How far back does GEL/XPF historical data go?

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