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: show the values
| Point | GEL/NGN |
|---|---|
| 2024-08-24 | 585.7057 |
| 2024-10-07 | 604.7546 |
| 2024-11-06 | 610.2938 |
| 2024-12-06 | 575.6441 |
| 2025-01-05 | 545.4454 |
| 2025-02-04 | 521.5516 |
| 2025-03-06 | 537.5524 |
| 2025-04-06 | 554.6357 |
| 2025-05-06 | 584.7312 |
| 2025-06-07 | 570.0536 |
| 2025-07-07 | 562.6992 |
| 2025-08-06 | 566.0710 |
| 2025-09-05 | 566.2910 |
| 2025-10-06 | 538.6259 |
| 2025-11-05 | 532.8474 |
| 2025-12-05 | 536.4939 |
| 2026-01-05 | 534.8997 |
| 2026-02-04 | 516.0326 |
| 2026-03-06 | 508.8483 |
| 2026-04-05 | 512.3194 |
| 2026-05-05 | 510.5847 |
| 2026-06-06 | 511.9859 |
| 2026-07-08 | 521.5806 |
| 2026-08-07 | 522.4784 |
| 2026-09-07 | 508.3323 |
High
610.2938
Low
508.3323
Average
544.2546
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.