GEL to AFN exchange rate API
Lari to Afghani · quoted 2026-09-25
24.6100
▼ +2.66% over 1Y
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 last year, GEL/AFN traded between 22.9444 and 25.4846, averaged 24.3361 and fell 2.66%. 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 1Y: show the values
| Point | GEL/AFN |
|---|---|
| 2025-09-25 | 25.2826 |
| 2025-10-02 | 24.7862 |
| 2025-10-09 | 24.6389 |
| 2025-10-16 | 24.5205 |
| 2025-10-23 | 24.4712 |
| 2025-10-30 | 24.5952 |
| 2025-11-06 | 24.5617 |
| 2025-11-13 | 24.5739 |
| 2025-11-20 | 24.5092 |
| 2025-11-27 | 24.6142 |
| 2025-12-04 | 24.5521 |
| 2025-12-12 | 24.5174 |
| 2025-12-19 | 24.6144 |
| 2025-12-26 | 24.3354 |
| 2026-01-02 | 24.3582 |
| 2026-01-09 | 24.4946 |
| 2026-01-16 | 24.4193 |
| 2026-01-23 | 24.1484 |
| 2026-01-30 | 24.4954 |
| 2026-02-06 | 24.3552 |
| 2026-02-13 | 24.0152 |
| 2026-02-20 | 23.5382 |
| 2026-02-27 | 23.3821 |
| 2026-03-06 | 23.1310 |
| 2026-03-13 | 22.9444 |
| 2026-03-20 | 23.2294 |
| 2026-03-27 | 23.4742 |
| 2026-04-03 | 23.7078 |
| 2026-04-10 | 23.7947 |
| 2026-04-17 | 23.9338 |
| 2026-04-24 | 23.4637 |
| 2026-05-01 | 23.6492 |
| 2026-05-08 | 24.0693 |
| 2026-05-16 | 23.3836 |
| 2026-05-24 | 23.8823 |
| 2026-05-31 | 23.9941 |
| 2026-06-09 | 23.6254 |
| 2026-06-16 | 23.8025 |
| 2026-06-23 | 24.0314 |
| 2026-06-30 | 24.2441 |
| 2026-07-07 | 24.1617 |
| 2026-07-14 | 25.1744 |
| 2026-07-21 | 25.4846 |
| 2026-07-28 | 25.3662 |
| 2026-08-04 | 25.0488 |
| 2026-08-11 | 25.0475 |
| 2026-08-18 | 25.2698 |
| 2026-08-26 | 25.2616 |
| 2026-09-02 | 25.2418 |
| 2026-09-09 | 25.0518 |
| 2026-09-16 | 24.9942 |
| 2026-09-23 | 24.9587 |
High
25.4846
Low
22.9444
Average
24.3361
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.