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: show the values
| Point | GEL/AOA |
|---|---|
| 2025-09-25 | 340.5636 |
| 2025-10-02 | 336.9232 |
| 2025-10-09 | 338.6498 |
| 2025-10-16 | 338.6771 |
| 2025-10-23 | 338.4900 |
| 2025-10-30 | 340.1358 |
| 2025-11-06 | 338.9316 |
| 2025-11-13 | 338.7791 |
| 2025-11-20 | 340.4690 |
| 2025-11-27 | 341.2656 |
| 2025-12-04 | 341.0023 |
| 2025-12-12 | 341.6638 |
| 2025-12-19 | 340.9329 |
| 2025-12-26 | 339.8749 |
| 2026-01-02 | 342.2311 |
| 2026-01-09 | 340.7033 |
| 2026-01-16 | 340.8873 |
| 2026-01-23 | 340.7769 |
| 2026-01-30 | 340.5163 |
| 2026-02-06 | 341.0927 |
| 2026-02-13 | 342.2277 |
| 2026-02-20 | 342.4381 |
| 2026-02-27 | 343.4408 |
| 2026-03-06 | 336.2398 |
| 2026-03-13 | 337.1794 |
| 2026-03-20 | 337.1900 |
| 2026-03-27 | 340.2487 |
| 2026-04-03 | 341.8745 |
| 2026-04-10 | 340.9312 |
| 2026-04-17 | 340.2549 |
| 2026-04-24 | 341.9006 |
| 2026-05-01 | 341.8964 |
| 2026-05-08 | 342.5666 |
| 2026-05-16 | 344.6344 |
| 2026-05-24 | 343.7901 |
| 2026-05-31 | 348.7032 |
| 2026-06-09 | 345.8783 |
| 2026-06-16 | 345.6174 |
| 2026-06-23 | 346.7823 |
| 2026-06-30 | 348.0157 |
| 2026-07-07 | 348.4532 |
| 2026-07-14 | 349.2479 |
| 2026-07-21 | 349.6032 |
| 2026-07-28 | 350.3123 |
| 2026-08-04 | 350.4035 |
| 2026-08-11 | 350.3315 |
| 2026-08-18 | 352.3114 |
| 2026-08-26 | 352.4931 |
| 2026-09-02 | 351.6246 |
| 2026-09-09 | 353.0103 |
| 2026-09-16 | 353.6138 |
| 2026-09-23 | 351.9735 |
High
353.6138
Low
336.2398
Average
343.7775
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.