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: show the values
| Point | GEL/NGN |
|---|---|
| 2025-12-31 | 538.8479 |
| 2026-01-07 | 530.5632 |
| 2026-01-14 | 528.5381 |
| 2026-01-21 | 527.5737 |
| 2026-01-28 | 522.7467 |
| 2026-02-04 | 516.0326 |
| 2026-02-11 | 504.1106 |
| 2026-02-18 | 503.3870 |
| 2026-02-25 | 505.6406 |
| 2026-03-04 | 509.7530 |
| 2026-03-11 | 513.6445 |
| 2026-03-18 | 500.0422 |
| 2026-03-25 | 508.0239 |
| 2026-04-01 | 514.9072 |
| 2026-04-08 | 514.0331 |
| 2026-04-15 | 503.6272 |
| 2026-04-22 | 501.4222 |
| 2026-04-29 | 510.1848 |
| 2026-05-06 | 507.7609 |
| 2026-05-14 | 512.6988 |
| 2026-05-21 | 513.8959 |
| 2026-05-29 | 515.8669 |
| 2026-06-05 | 511.9239 |
| 2026-06-14 | 512.9320 |
| 2026-06-21 | 514.3905 |
| 2026-06-28 | 522.4066 |
| 2026-07-05 | 519.9854 |
| 2026-07-12 | 523.3408 |
| 2026-07-19 | 524.4445 |
| 2026-07-26 | 520.9235 |
| 2026-08-02 | 521.4881 |
| 2026-08-09 | 522.9540 |
| 2026-08-16 | 520.8926 |
| 2026-08-24 | 519.5866 |
| 2026-08-31 | 517.6793 |
| 2026-09-07 | 508.3323 |
| 2026-09-14 | 510.0952 |
| 2026-09-21 | 512.0302 |
High
538.8479
Low
500.0422
Average
515.3043
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.