Skip to content

GEL to NGN exchange rate API

Lari to Naira · quoted 2026-09-25

510.1627

▼ +12.90% over 5Y

1 GEL = 510.1627 NGN · 1 NGN = 0.001960 GEL · Get this rate via the API

1 GEL buys 510.1627 NGN as of 2026-09-25, so 1 NGN buys 0.001960 GEL. Over the last 5 years, GEL/NGN traded between 508.3323 and 610.2938, averaged 544.2546 and fell 12.90%. The API holds daily GEL/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/NGN over 5Y

GEL/NGN over 5Y: show the values
PointGEL/NGN
2024-08-24585.7057
2024-10-07604.7546
2024-11-06610.2938
2024-12-06575.6441
2025-01-05545.4454
2025-02-04521.5516
2025-03-06537.5524
2025-04-06554.6357
2025-05-06584.7312
2025-06-07570.0536
2025-07-07562.6992
2025-08-06566.0710
2025-09-05566.2910
2025-10-06538.6259
2025-11-05532.8474
2025-12-05536.4939
2026-01-05534.8997
2026-02-04516.0326
2026-03-06508.8483
2026-04-05512.3194
2026-05-05510.5847
2026-06-06511.9859
2026-07-08521.5806
2026-08-07522.4784
2026-09-07508.3323

High

610.2938

Low

508.3323

Average

544.2546

For developers

Get this rate via the API

One GET request returns the GEL/NGN 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=NGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=NGN");
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=NGN").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/NGN API questions

How do I get the GEL/NGN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=NGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/NGN rate in rates.NGN.

How far back does GEL/NGN historical data go?

Daily GEL/NGN 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/NGN 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.