Skip to content

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

GEL/ARS over 6M: show the values
PointGEL/ARS
2026-03-29513.4648
2026-04-05515.5602
2026-04-12509.6735
2026-04-19506.2437
2026-04-26518.7539
2026-05-03519.6691
2026-05-10522.8541
2026-05-18520.1120
2026-05-26525.5964
2026-06-02536.9206
2026-06-11540.3348
2026-06-18544.5570
2026-06-25559.4552
2026-07-02564.1409
2026-07-09565.5214
2026-07-16561.9004
2026-07-23565.6647
2026-07-30570.7403
2026-08-06572.3658
2026-08-13571.4444
2026-08-21575.7413
2026-08-28580.5398
2026-09-04577.7841
2026-09-11581.5462
2026-09-18582.4051
2026-09-25584.3635

High

584.3635

Low

506.2437

Average

550.8043

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.