Skip to content

GEL to NGN exchange rate API

Lari to Naira · quoted 2026-09-25

510.1627

▼ +7.24% over 1Y

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 year, GEL/NGN traded between 497.5368 and 550.0084, averaged 520.9553 and fell 7.24%. 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 1Y

GEL/NGN over 1Y: show the values
PointGEL/NGN
2025-09-25550.0084
2025-10-02545.0988
2025-10-09543.1119
2025-10-16540.6571
2025-10-23539.6354
2025-10-30535.1210
2025-11-06532.9139
2025-11-13533.1206
2025-11-20536.8956
2025-11-27536.5978
2025-12-04536.3593
2025-12-12537.7089
2025-12-19540.8139
2025-12-26538.5386
2026-01-02536.8589
2026-01-09529.2142
2026-01-16527.9004
2026-01-23527.6325
2026-01-30517.0133
2026-02-06508.9880
2026-02-13505.3298
2026-02-20502.2085
2026-02-27506.6525
2026-03-06508.8483
2026-03-13511.9104
2026-03-20497.5791
2026-03-27513.4851
2026-04-03513.6402
2026-04-10506.2847
2026-04-17497.5368
2026-04-24503.2867
2026-05-01511.9840
2026-05-08508.0809
2026-05-16513.8250
2026-05-24513.9626
2026-05-31516.4604
2026-06-09512.9339
2026-06-16512.4930
2026-06-23516.9005
2026-06-30523.1087
2026-07-07519.5146
2026-07-14525.8017
2026-07-21526.6738
2026-07-28521.4262
2026-08-04521.0077
2026-08-11521.8088
2026-08-18519.0175
2026-08-26515.9581
2026-09-02510.7494
2026-09-09507.7554
2026-09-16511.0522
2026-09-23509.0013

High

550.0084

Low

497.5368

Average

520.9553

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.