Skip to content

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

GEL/ARS over 1Y: show the values
PointGEL/ARS
2025-09-25493.8064
2025-10-02522.5962
2025-10-09527.6166
2025-10-16502.8561
2025-10-23548.9385
2025-10-30530.3109
2025-11-06536.1499
2025-11-13520.7086
2025-11-20520.0447
2025-11-27538.4206
2025-12-04538.4196
2025-12-12532.8932
2025-12-19538.4769
2025-12-26538.0234
2026-01-02538.7944
2026-01-09542.8915
2026-01-16535.4424
2026-01-23531.1176
2026-01-30537.1317
2026-02-06536.6558
2026-02-13522.5820
2026-02-20519.4647
2026-02-27526.8024
2026-03-06516.9120
2026-03-13512.6539
2026-03-20512.6615
2026-03-27507.0981
2026-04-03517.6206
2026-04-10513.8179
2026-04-17503.2484
2026-04-24518.7326
2026-05-01518.4870
2026-05-08520.7580
2026-05-16522.1151
2026-05-24525.2287
2026-05-31529.3938
2026-06-09544.8742
2026-06-16539.1106
2026-06-23552.3028
2026-06-30561.6448
2026-07-07564.2638
2026-07-14564.2735
2026-07-21565.1036
2026-07-28571.2281
2026-08-04570.6630
2026-08-11573.0970
2026-08-18570.7848
2026-08-26579.0108
2026-09-02579.6584
2026-09-09580.9866
2026-09-16579.8614
2026-09-23581.7347

High

584.3635

Low

493.8064

Average

538.9025

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=ARS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=ARS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=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&currencies=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.