National Bank of Georgia Exchange Rates Today & Official API

Official National Bank of Georgia rates for 24 Sept 2026: 1 USD = 2.6229 GEL, 1 EUR = 2.9925 GEL. All 42 currencies published, history back to 2016. Free JSON API for tax, audits, and compliant invoicing.

Georgia flagNational Bank of Georgia: every GEL rate the bank publishes, as JSON. 42 currencies, archive back to 2016, latest table free on every plan. Get your API key.

About National Bank of Georgia

The National Bank of Georgia publishes the official lari exchange rate for around 40 currencies. Rates are set each business day in the afternoon and take effect the following day — the reference used for Georgian accounting, tax and customs valuation.

Quick start

You need a free API key to run these. Register in under a minute — no card required.

Get a free API key Already registered? Copy your key from the dashboard.

One request for the pair you need — USD to GEL at the official National Bank of Georgia rate:

curl "https://allratestoday.com/api/v1/central-bank/nbg/latest?source=USD&target=GEL" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/nbg/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/nbg/history?source=USD&target=GEL&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-24)

National Bank of Georgia's newest published table, verbatim — the same rows the /latest endpoint returns at this moment. Values are GEL per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AED GEL reference 0.7141
AMD GEL reference 0.0072157
AUD GEL reference 1.856
AZN GEL reference 1.5431
BRL GEL reference 0.5143
BYN GEL reference 0.8678
CAD GEL reference 1.8622
CHF GEL reference 3.1862
CNY GEL reference 0.39105
CZK GEL reference 0.12271000000000001
DKK GEL reference 0.40031999999999995
EGP GEL reference 0.05099
EUR GEL reference 2.9925
GBP GEL reference 3.4835
HKD GEL reference 0.33443
HUF GEL reference 0.008213
ILS GEL reference 0.86943
INR GEL reference 0.027393999999999998
IRR GEL reference 0.00000191
ISK GEL reference 0.021684000000000002
JPY GEL reference 0.016619
KGS GEL reference 0.029984
KRW GEL reference 0.0019217
KWD GEL reference 8.4883
KZT GEL reference 0.005899
MDL GEL reference 0.14871
NOK GEL reference 0.27682
NZD GEL reference 1.4951
PLN GEL reference 0.68504
QAR GEL reference 0.71951
RON GEL reference 0.5670499999999999
RSD GEL reference 0.025484
RUB GEL reference 0.031138
SEK GEL reference 0.26563
SGD GEL reference 2.0523
TJS GEL reference 0.28376
TMT GEL reference 0.7494
TRY GEL reference 0.0537
UAH GEL reference 0.05845
USD GEL reference 2.6229
UZS GEL reference 0.0002222
ZAR GEL reference 0.16081

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — nbg-exchange-rate:

npm install nbg-exchange-rate
import { getRate } from 'nbg-exchange-rate';

const pair = await getRate('USD', 'GEL', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: nbg-exchange-rate documentation.

Why use the official National Bank of Georgia rate?

A market rate is a moving target; the rate National Bank of Georgia publishes is a fixed, citable figure that stays put once printed — which is why invoicing, customs, audit evidence, and statutory accounting in Georgia lean on it rather than on a live feed. Every response from this API carries the bank's own rate_date, and on days with no publication you get the most recent published table — the one compliance rules tell you to apply.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via GEL) and marks it "derived": true — published and computed values are never silently mixed.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Does an exchange rate API exist for National Bank of Georgia data?

Yes. This endpoint returns National Bank of Georgia's official daily figures as JSON; the newest table is free on every plan.

How often are the rates updated?

National Bank of Georgia publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-09-24).

Are these really National Bank of Georgia's official figures?

Yes. Every value comes from National Bank of Georgia's own publication and is served unmodified, carrying the bank's publication date; computed pairs are explicitly flagged derived.

National Bank of Georgia rates, one API key

Latest table on every plan. History back to 2016 on paid plans. No credit card to start.

Get Free API Key Read the Docs