Skip to content

GEL to NGN exchange rate API

Lari to Naira · quoted 2026-09-25

510.1627

▼ +5.32% over YTD

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 year to date, GEL/NGN traded between 500.0422 and 538.8479, averaged 515.3043 and fell 5.32%. 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 YTD

GEL/NGN over YTD: show the values
PointGEL/NGN
2025-12-31538.8479
2026-01-07530.5632
2026-01-14528.5381
2026-01-21527.5737
2026-01-28522.7467
2026-02-04516.0326
2026-02-11504.1106
2026-02-18503.3870
2026-02-25505.6406
2026-03-04509.7530
2026-03-11513.6445
2026-03-18500.0422
2026-03-25508.0239
2026-04-01514.9072
2026-04-08514.0331
2026-04-15503.6272
2026-04-22501.4222
2026-04-29510.1848
2026-05-06507.7609
2026-05-14512.6988
2026-05-21513.8959
2026-05-29515.8669
2026-06-05511.9239
2026-06-14512.9320
2026-06-21514.3905
2026-06-28522.4066
2026-07-05519.9854
2026-07-12523.3408
2026-07-19524.4445
2026-07-26520.9235
2026-08-02521.4881
2026-08-09522.9540
2026-08-16520.8926
2026-08-24519.5866
2026-08-31517.6793
2026-09-07508.3323
2026-09-14510.0952
2026-09-21512.0302

High

538.8479

Low

500.0422

Average

515.3043

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.