National Bank of Georgia Exchange Rate API

Official National Bank of Georgia rates for 8 Sept 2026: 1 USD = 2.6128 GEL, 1 EUR = 3.0374 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

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-08)

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.71135
AMD GEL reference 0.0071832
AUD GEL reference 1.8864
AZN GEL reference 1.537
BRL GEL reference 0.5094
BYN GEL reference 0.8505
CAD GEL reference 1.891
CHF GEL reference 3.2309
CNY GEL reference 0.38931
CZK GEL reference 0.12552000000000002
DKK GEL reference 0.40637
EGP GEL reference 0.0513
EUR GEL reference 3.0374
GBP GEL reference 3.5377
HKD GEL reference 0.33326
HUF GEL reference 0.008385
ILS GEL reference 0.8682399999999999
INR GEL reference 0.027651
IRR GEL reference 0.0000019
ISK GEL reference 0.021572
JPY GEL reference 0.016894
KGS GEL reference 0.029854
KRW GEL reference 0.001942
KWD GEL reference 8.4584
KZT GEL reference 0.005752
MDL GEL reference 0.15142
NOK GEL reference 0.28199
NZD GEL reference 1.5374
PLN GEL reference 0.70506
QAR GEL reference 0.7167600000000001
RON GEL reference 0.57848
RSD GEL reference 0.02588
RUB GEL reference 0.030271
SEK GEL reference 0.27218
SGD GEL reference 2.0641
TJS GEL reference 0.28342999999999996
TMT GEL reference 0.74651
TRY GEL reference 0.0539
UAH GEL reference 0.05874
USD GEL reference 2.6128
UZS GEL reference 0.0002218
ZAR GEL reference 0.16358

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-08).

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