Skip to content

GEL to AOA exchange rate API

Lari to Kwanza · quoted 2026-09-25

352.4514

▼ +0.01% over 30D

1 GEL = 352.4514 AOA · 1 AOA = 0.002837 GEL · Get this rate via the API

1 GEL buys 352.4514 AOA as of 2026-09-25, so 1 AOA buys 0.002837 GEL. Over the last 30 days, GEL/AOA traded between 351.5348 and 357.2654, averaged 352.7705 and fell 0.01%. The API holds daily GEL/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/AOA over 30D

GEL/AOA over 30D: show the values
PointGEL/AOA
2026-08-26352.4931
2026-08-27351.7565
2026-08-28351.9670
2026-08-29352.3745
2026-08-30352.0176
2026-08-31353.5444
2026-09-01352.3998
2026-09-02351.6246
2026-09-03352.0664
2026-09-04351.5348
2026-09-05352.3358
2026-09-06352.4850
2026-09-07353.6030
2026-09-08351.9767
2026-09-09353.0103
2026-09-10352.9901
2026-09-11353.0325
2026-09-12353.0878
2026-09-13357.2654
2026-09-14353.1470
2026-09-15352.8532
2026-09-16353.6138
2026-09-17352.8677
2026-09-18354.0720
2026-09-19352.3754
2026-09-20352.4456
2026-09-21353.8683
2026-09-22352.9985
2026-09-23351.9735
2026-09-24351.9722
2026-09-25352.4514

High

357.2654

Low

351.5348

Average

352.7705

For developers

Get this rate via the API

One GET request returns the GEL/AOA 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=AOA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=AOA");
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=AOA").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/AOA API questions

How do I get the GEL/AOA exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/AOA rate in rates.AOA.

How far back does GEL/AOA historical data go?

Daily GEL/AOA 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/AOA 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.