GEL to AFN exchange rate API
Lari to Afghani · quoted 2026-09-25
24.6100
▲ +0.99% over YTD
1 GEL = 24.6100 AFN · 1 AFN = 0.04063 GEL · Get this rate via the API
1 GEL buys 24.6100 AFN as of 2026-09-25, so 1 AFN buys 0.04063 GEL. Over the year to date, GEL/AFN traded between 23.1189 and 25.3781, averaged 24.2672 and rose 0.99%. The API holds daily GEL/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/AFN over YTD: show the values
| Point | GEL/AFN |
|---|---|
| 2025-12-31 | 24.3676 |
| 2026-01-07 | 24.5540 |
| 2026-01-14 | 24.5214 |
| 2026-01-21 | 24.3649 |
| 2026-01-28 | 24.4518 |
| 2026-02-04 | 24.5143 |
| 2026-02-11 | 24.1689 |
| 2026-02-18 | 23.3464 |
| 2026-02-25 | 23.6793 |
| 2026-03-04 | 23.1189 |
| 2026-03-11 | 23.1620 |
| 2026-03-18 | 23.2469 |
| 2026-03-25 | 23.2258 |
| 2026-04-01 | 23.6566 |
| 2026-04-08 | 24.1616 |
| 2026-04-15 | 23.8359 |
| 2026-04-22 | 23.4211 |
| 2026-04-29 | 23.3765 |
| 2026-05-06 | 23.6047 |
| 2026-05-14 | 23.9216 |
| 2026-05-21 | 23.5540 |
| 2026-05-29 | 23.6515 |
| 2026-06-05 | 23.8403 |
| 2026-06-14 | 24.2445 |
| 2026-06-21 | 24.3855 |
| 2026-06-28 | 24.4936 |
| 2026-07-05 | 24.9265 |
| 2026-07-12 | 24.9071 |
| 2026-07-19 | 25.0998 |
| 2026-07-26 | 25.1858 |
| 2026-08-02 | 25.0924 |
| 2026-08-09 | 25.1629 |
| 2026-08-16 | 25.0433 |
| 2026-08-24 | 25.2140 |
| 2026-08-31 | 25.1413 |
| 2026-09-07 | 25.3781 |
| 2026-09-14 | 24.8061 |
| 2026-09-21 | 24.9846 |
High
25.3781
Low
23.1189
Average
24.2672
Get this rate via the API
One GET request returns the GEL/AFN 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=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=AFN").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/AFN API questions
How do I get the GEL/AFN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/AFN rate in rates.AFN.
How far back does GEL/AFN historical data go?
Daily GEL/AFN 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/AFN 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.