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: show the values
| Point | GEL/NGN |
|---|---|
| 2025-09-25 | 550.0084 |
| 2025-10-02 | 545.0988 |
| 2025-10-09 | 543.1119 |
| 2025-10-16 | 540.6571 |
| 2025-10-23 | 539.6354 |
| 2025-10-30 | 535.1210 |
| 2025-11-06 | 532.9139 |
| 2025-11-13 | 533.1206 |
| 2025-11-20 | 536.8956 |
| 2025-11-27 | 536.5978 |
| 2025-12-04 | 536.3593 |
| 2025-12-12 | 537.7089 |
| 2025-12-19 | 540.8139 |
| 2025-12-26 | 538.5386 |
| 2026-01-02 | 536.8589 |
| 2026-01-09 | 529.2142 |
| 2026-01-16 | 527.9004 |
| 2026-01-23 | 527.6325 |
| 2026-01-30 | 517.0133 |
| 2026-02-06 | 508.9880 |
| 2026-02-13 | 505.3298 |
| 2026-02-20 | 502.2085 |
| 2026-02-27 | 506.6525 |
| 2026-03-06 | 508.8483 |
| 2026-03-13 | 511.9104 |
| 2026-03-20 | 497.5791 |
| 2026-03-27 | 513.4851 |
| 2026-04-03 | 513.6402 |
| 2026-04-10 | 506.2847 |
| 2026-04-17 | 497.5368 |
| 2026-04-24 | 503.2867 |
| 2026-05-01 | 511.9840 |
| 2026-05-08 | 508.0809 |
| 2026-05-16 | 513.8250 |
| 2026-05-24 | 513.9626 |
| 2026-05-31 | 516.4604 |
| 2026-06-09 | 512.9339 |
| 2026-06-16 | 512.4930 |
| 2026-06-23 | 516.9005 |
| 2026-06-30 | 523.1087 |
| 2026-07-07 | 519.5146 |
| 2026-07-14 | 525.8017 |
| 2026-07-21 | 526.6738 |
| 2026-07-28 | 521.4262 |
| 2026-08-04 | 521.0077 |
| 2026-08-11 | 521.8088 |
| 2026-08-18 | 519.0175 |
| 2026-08-26 | 515.9581 |
| 2026-09-02 | 510.7494 |
| 2026-09-09 | 507.7554 |
| 2026-09-16 | 511.0522 |
| 2026-09-23 | 509.0013 |
High
550.0084
Low
497.5368
Average
520.9553
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.