Skip to content

GEL to AOA exchange rate API

Lari to Kwanza · quoted 2026-09-25

352.4514

▲ +2.00% over 6M

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 6 months, GEL/AOA traded between 339.5146 and 354.0720, averaged 347.6722 and rose 2.00%. 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 6M

GEL/AOA over 6M: show the values
PointGEL/AOA
2026-03-29345.5558
2026-04-05343.8301
2026-04-12340.8428
2026-04-19339.5146
2026-04-26342.4875
2026-05-03342.4876
2026-05-10343.1725
2026-05-18342.4607
2026-05-26344.7468
2026-06-02345.5111
2026-06-11345.5990
2026-06-18346.1114
2026-06-25347.2597
2026-07-02347.3110
2026-07-09348.8501
2026-07-16349.4502
2026-07-23350.4221
2026-07-30350.3678
2026-08-06351.2945
2026-08-13351.3839
2026-08-21352.9818
2026-08-28351.9670
2026-09-04351.5348
2026-09-11353.0325
2026-09-18354.0720
2026-09-25352.4514

High

354.0720

Low

339.5146

Average

347.6722

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.