Skip to content

GEL to NGN exchange rate API

Lari to Naira · quoted 2026-09-25

510.1627

▼ +0.45% over 6M

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 6 months, GEL/NGN traded between 496.5049 and 524.4612, averaged 514.1437 and fell 0.45%. 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 6M

GEL/NGN over 6M: show the values
PointGEL/NGN
2026-03-29512.4579
2026-04-05512.3194
2026-04-12505.3183
2026-04-19496.5049
2026-04-26506.2696
2026-05-03513.3507
2026-05-10510.2728
2026-05-18512.1018
2026-05-26514.2525
2026-06-02515.5008
2026-06-11512.8686
2026-06-18513.5275
2026-06-25518.3852
2026-07-02520.7621
2026-07-09522.7369
2026-07-16524.4612
2026-07-23523.5118
2026-07-30519.2886
2026-08-06520.8232
2026-08-13521.4605
2026-08-21519.2258
2026-08-28515.4035
2026-09-04506.9785
2026-09-11510.0058
2026-09-18513.7669
2026-09-25510.1627

High

524.4612

Low

496.5049

Average

514.1437

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.