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: show the values
| Point | GEL/AOA |
|---|---|
| 2026-08-26 | 352.4931 |
| 2026-08-27 | 351.7565 |
| 2026-08-28 | 351.9670 |
| 2026-08-29 | 352.3745 |
| 2026-08-30 | 352.0176 |
| 2026-08-31 | 353.5444 |
| 2026-09-01 | 352.3998 |
| 2026-09-02 | 351.6246 |
| 2026-09-03 | 352.0664 |
| 2026-09-04 | 351.5348 |
| 2026-09-05 | 352.3358 |
| 2026-09-06 | 352.4850 |
| 2026-09-07 | 353.6030 |
| 2026-09-08 | 351.9767 |
| 2026-09-09 | 353.0103 |
| 2026-09-10 | 352.9901 |
| 2026-09-11 | 353.0325 |
| 2026-09-12 | 353.0878 |
| 2026-09-13 | 357.2654 |
| 2026-09-14 | 353.1470 |
| 2026-09-15 | 352.8532 |
| 2026-09-16 | 353.6138 |
| 2026-09-17 | 352.8677 |
| 2026-09-18 | 354.0720 |
| 2026-09-19 | 352.3754 |
| 2026-09-20 | 352.4456 |
| 2026-09-21 | 353.8683 |
| 2026-09-22 | 352.9985 |
| 2026-09-23 | 351.9735 |
| 2026-09-24 | 351.9722 |
| 2026-09-25 | 352.4514 |
High
357.2654
Low
351.5348
Average
352.7705
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.