GEL to ARS exchange rate API
Lari to Argentine Peso · quoted 2026-09-25
584.3635
▲ +67.42% over 5Y
1 GEL = 584.3635 ARS · 1 ARS = 0.001711 GEL · Get this rate via the API
1 GEL buys 584.3635 ARS as of 2026-09-25, so 1 ARS buys 0.001711 GEL. Over the last 5 years, GEL/ARS traded between 349.0359 and 584.3635, averaged 475.3359 and rose 67.42%. The API holds daily GEL/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/ARS over 5Y: show the values
| Point | GEL/ARS |
|---|---|
| 2024-08-24 | 349.0359 |
| 2024-10-07 | 355.9377 |
| 2024-11-06 | 364.5945 |
| 2024-12-06 | 362.7401 |
| 2025-01-05 | 366.5042 |
| 2025-02-04 | 370.8467 |
| 2025-03-06 | 382.2372 |
| 2025-04-06 | 389.0425 |
| 2025-05-06 | 437.8815 |
| 2025-06-07 | 432.2071 |
| 2025-07-07 | 454.2191 |
| 2025-08-06 | 496.1395 |
| 2025-09-05 | 505.7547 |
| 2025-10-06 | 523.6546 |
| 2025-11-05 | 538.7351 |
| 2025-12-05 | 535.7103 |
| 2026-01-05 | 550.0129 |
| 2026-02-04 | 537.3748 |
| 2026-03-06 | 516.9120 |
| 2026-04-05 | 515.5602 |
| 2026-05-05 | 522.1499 |
| 2026-06-06 | 545.5007 |
| 2026-07-08 | 567.0868 |
| 2026-08-07 | 574.2362 |
| 2026-09-07 | 580.2945 |
High
584.3635
Low
349.0359
Average
475.3359
Get this rate via the API
One GET request returns the GEL/ARS 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=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ARS").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/ARS API questions
How do I get the GEL/ARS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=ARS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/ARS rate in rates.ARS.
How far back does GEL/ARS historical data go?
Daily GEL/ARS 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/ARS 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.