Skip to content

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

GEL/AFN over 1Y: show the values
PointGEL/AFN
2025-09-2525.2826
2025-10-0224.7862
2025-10-0924.6389
2025-10-1624.5205
2025-10-2324.4712
2025-10-3024.5952
2025-11-0624.5617
2025-11-1324.5739
2025-11-2024.5092
2025-11-2724.6142
2025-12-0424.5521
2025-12-1224.5174
2025-12-1924.6144
2025-12-2624.3354
2026-01-0224.3582
2026-01-0924.4946
2026-01-1624.4193
2026-01-2324.1484
2026-01-3024.4954
2026-02-0624.3552
2026-02-1324.0152
2026-02-2023.5382
2026-02-2723.3821
2026-03-0623.1310
2026-03-1322.9444
2026-03-2023.2294
2026-03-2723.4742
2026-04-0323.7078
2026-04-1023.7947
2026-04-1723.9338
2026-04-2423.4637
2026-05-0123.6492
2026-05-0824.0693
2026-05-1623.3836
2026-05-2423.8823
2026-05-3123.9941
2026-06-0923.6254
2026-06-1623.8025
2026-06-2324.0314
2026-06-3024.2441
2026-07-0724.1617
2026-07-1425.1744
2026-07-2125.4846
2026-07-2825.3662
2026-08-0425.0488
2026-08-1125.0475
2026-08-1825.2698
2026-08-2625.2616
2026-09-0225.2418
2026-09-0925.0518
2026-09-1624.9942
2026-09-2324.9587

High

25.4846

Low

22.9444

Average

24.3361

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.