GEL to XPF exchange rate API
Lari to CFP Franc · quoted 2026-09-25
40.3585
▲ +6.84% over YTD
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 year to date, GEL/XPF traded between 37.2399 and 40.3585, averaged 38.6207 and rose 6.84%. 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 YTD: show the values
| Point | GEL/XPF |
|---|---|
| 2025-12-31 | 37.7741 |
| 2026-01-07 | 37.8614 |
| 2026-01-14 | 38.0510 |
| 2026-01-21 | 37.9300 |
| 2026-01-28 | 37.2399 |
| 2026-02-04 | 37.4117 |
| 2026-02-11 | 37.3022 |
| 2026-02-18 | 37.6499 |
| 2026-02-25 | 37.8149 |
| 2026-03-04 | 37.8437 |
| 2026-03-11 | 37.7587 |
| 2026-03-18 | 38.1862 |
| 2026-03-25 | 38.0651 |
| 2026-04-01 | 38.4918 |
| 2026-04-08 | 38.2068 |
| 2026-04-15 | 37.7840 |
| 2026-04-22 | 37.8462 |
| 2026-04-29 | 37.8636 |
| 2026-05-06 | 37.8621 |
| 2026-05-14 | 38.1277 |
| 2026-05-21 | 38.4552 |
| 2026-05-29 | 38.5121 |
| 2026-06-05 | 38.6954 |
| 2026-06-14 | 38.8910 |
| 2026-06-21 | 39.2386 |
| 2026-06-28 | 39.6449 |
| 2026-07-05 | 39.6009 |
| 2026-07-12 | 39.7210 |
| 2026-07-19 | 39.7092 |
| 2026-07-26 | 39.9781 |
| 2026-08-02 | 39.4815 |
| 2026-08-09 | 39.4812 |
| 2026-08-16 | 39.5152 |
| 2026-08-24 | 39.3474 |
| 2026-08-31 | 39.4686 |
| 2026-09-07 | 39.4419 |
| 2026-09-14 | 39.5938 |
| 2026-09-21 | 40.0033 |
High
40.3585
Low
37.2399
Average
38.6207
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.