GEL to ARS exchange rate API
Lari to Argentine Peso · quoted 2026-09-25
584.3635
▲ +13.81% over 6M
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 6 months, GEL/ARS traded between 506.2437 and 584.3635, averaged 550.8043 and rose 13.81%. 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 6M: show the values
| Point | GEL/ARS |
|---|---|
| 2026-03-29 | 513.4648 |
| 2026-04-05 | 515.5602 |
| 2026-04-12 | 509.6735 |
| 2026-04-19 | 506.2437 |
| 2026-04-26 | 518.7539 |
| 2026-05-03 | 519.6691 |
| 2026-05-10 | 522.8541 |
| 2026-05-18 | 520.1120 |
| 2026-05-26 | 525.5964 |
| 2026-06-02 | 536.9206 |
| 2026-06-11 | 540.3348 |
| 2026-06-18 | 544.5570 |
| 2026-06-25 | 559.4552 |
| 2026-07-02 | 564.1409 |
| 2026-07-09 | 565.5214 |
| 2026-07-16 | 561.9004 |
| 2026-07-23 | 565.6647 |
| 2026-07-30 | 570.7403 |
| 2026-08-06 | 572.3658 |
| 2026-08-13 | 571.4444 |
| 2026-08-21 | 575.7413 |
| 2026-08-28 | 580.5398 |
| 2026-09-04 | 577.7841 |
| 2026-09-11 | 581.5462 |
| 2026-09-18 | 582.4051 |
| 2026-09-25 | 584.3635 |
High
584.3635
Low
506.2437
Average
550.8043
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.