Skip to content

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

GEL/ARS over 5Y: show the values
PointGEL/ARS
2024-08-24349.0359
2024-10-07355.9377
2024-11-06364.5945
2024-12-06362.7401
2025-01-05366.5042
2025-02-04370.8467
2025-03-06382.2372
2025-04-06389.0425
2025-05-06437.8815
2025-06-07432.2071
2025-07-07454.2191
2025-08-06496.1395
2025-09-05505.7547
2025-10-06523.6546
2025-11-05538.7351
2025-12-05535.7103
2026-01-05550.0129
2026-02-04537.3748
2026-03-06516.9120
2026-04-05515.5602
2026-05-05522.1499
2026-06-06545.5007
2026-07-08567.0868
2026-08-07574.2362
2026-09-07580.2945

High

584.3635

Low

349.0359

Average

475.3359

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.