Skip to content

GEL to AOA exchange rate API

Lari to Kwanza · quoted 2026-09-25

352.4514

▲ +3.49% over 1Y

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 year, GEL/AOA traded between 336.2398 and 353.6138, averaged 343.7775 and rose 3.49%. 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 1Y

GEL/AOA over 1Y: show the values
PointGEL/AOA
2025-09-25340.5636
2025-10-02336.9232
2025-10-09338.6498
2025-10-16338.6771
2025-10-23338.4900
2025-10-30340.1358
2025-11-06338.9316
2025-11-13338.7791
2025-11-20340.4690
2025-11-27341.2656
2025-12-04341.0023
2025-12-12341.6638
2025-12-19340.9329
2025-12-26339.8749
2026-01-02342.2311
2026-01-09340.7033
2026-01-16340.8873
2026-01-23340.7769
2026-01-30340.5163
2026-02-06341.0927
2026-02-13342.2277
2026-02-20342.4381
2026-02-27343.4408
2026-03-06336.2398
2026-03-13337.1794
2026-03-20337.1900
2026-03-27340.2487
2026-04-03341.8745
2026-04-10340.9312
2026-04-17340.2549
2026-04-24341.9006
2026-05-01341.8964
2026-05-08342.5666
2026-05-16344.6344
2026-05-24343.7901
2026-05-31348.7032
2026-06-09345.8783
2026-06-16345.6174
2026-06-23346.7823
2026-06-30348.0157
2026-07-07348.4532
2026-07-14349.2479
2026-07-21349.6032
2026-07-28350.3123
2026-08-04350.4035
2026-08-11350.3315
2026-08-18352.3114
2026-08-26352.4931
2026-09-02351.6246
2026-09-09353.0103
2026-09-16353.6138
2026-09-23351.9735

High

353.6138

Low

336.2398

Average

343.7775

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.