GEL to ARS exchange rate API
Lari to Argentine Peso · quoted 2026-09-25
584.3635
▲ +18.34% over 1Y
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 year, GEL/ARS traded between 493.8064 and 584.3635, averaged 538.9025 and rose 18.34%. 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 1Y: show the values
| Point | GEL/ARS |
|---|---|
| 2025-09-25 | 493.8064 |
| 2025-10-02 | 522.5962 |
| 2025-10-09 | 527.6166 |
| 2025-10-16 | 502.8561 |
| 2025-10-23 | 548.9385 |
| 2025-10-30 | 530.3109 |
| 2025-11-06 | 536.1499 |
| 2025-11-13 | 520.7086 |
| 2025-11-20 | 520.0447 |
| 2025-11-27 | 538.4206 |
| 2025-12-04 | 538.4196 |
| 2025-12-12 | 532.8932 |
| 2025-12-19 | 538.4769 |
| 2025-12-26 | 538.0234 |
| 2026-01-02 | 538.7944 |
| 2026-01-09 | 542.8915 |
| 2026-01-16 | 535.4424 |
| 2026-01-23 | 531.1176 |
| 2026-01-30 | 537.1317 |
| 2026-02-06 | 536.6558 |
| 2026-02-13 | 522.5820 |
| 2026-02-20 | 519.4647 |
| 2026-02-27 | 526.8024 |
| 2026-03-06 | 516.9120 |
| 2026-03-13 | 512.6539 |
| 2026-03-20 | 512.6615 |
| 2026-03-27 | 507.0981 |
| 2026-04-03 | 517.6206 |
| 2026-04-10 | 513.8179 |
| 2026-04-17 | 503.2484 |
| 2026-04-24 | 518.7326 |
| 2026-05-01 | 518.4870 |
| 2026-05-08 | 520.7580 |
| 2026-05-16 | 522.1151 |
| 2026-05-24 | 525.2287 |
| 2026-05-31 | 529.3938 |
| 2026-06-09 | 544.8742 |
| 2026-06-16 | 539.1106 |
| 2026-06-23 | 552.3028 |
| 2026-06-30 | 561.6448 |
| 2026-07-07 | 564.2638 |
| 2026-07-14 | 564.2735 |
| 2026-07-21 | 565.1036 |
| 2026-07-28 | 571.2281 |
| 2026-08-04 | 570.6630 |
| 2026-08-11 | 573.0970 |
| 2026-08-18 | 570.7848 |
| 2026-08-26 | 579.0108 |
| 2026-09-02 | 579.6584 |
| 2026-09-09 | 580.9866 |
| 2026-09-16 | 579.8614 |
| 2026-09-23 | 581.7347 |
High
584.3635
Low
493.8064
Average
538.9025
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.