Skip to content

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

GEL/AFN over YTD: show the values
PointGEL/AFN
2025-12-3124.3676
2026-01-0724.5540
2026-01-1424.5214
2026-01-2124.3649
2026-01-2824.4518
2026-02-0424.5143
2026-02-1124.1689
2026-02-1823.3464
2026-02-2523.6793
2026-03-0423.1189
2026-03-1123.1620
2026-03-1823.2469
2026-03-2523.2258
2026-04-0123.6566
2026-04-0824.1616
2026-04-1523.8359
2026-04-2223.4211
2026-04-2923.3765
2026-05-0623.6047
2026-05-1423.9216
2026-05-2123.5540
2026-05-2923.6515
2026-06-0523.8403
2026-06-1424.2445
2026-06-2124.3855
2026-06-2824.4936
2026-07-0524.9265
2026-07-1224.9071
2026-07-1925.0998
2026-07-2625.1858
2026-08-0225.0924
2026-08-0925.1629
2026-08-1625.0433
2026-08-2425.2140
2026-08-3125.1413
2026-09-0725.3781
2026-09-1424.8061
2026-09-2124.9846

High

25.3781

Low

23.1189

Average

24.2672

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=AFN");
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=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&currencies=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.