National Bank of Georgia Exchange Rate API

Official National Bank of Georgia rates for 12 Sept 2026: 1 USD = 2.6095 GEL, 1 EUR = 3.0247 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-12)

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.71045
AMD GEL reference 0.0071768
AUD GEL reference 1.8708
AZN GEL reference 1.5353
BRL GEL reference 0.5111
BYN GEL reference 0.862
CAD GEL reference 1.8837
CHF GEL reference 3.2007
CNY GEL reference 0.38899
CZK GEL reference 0.12473000000000001
DKK GEL reference 0.40465999999999996
EGP GEL reference 0.05081
EUR GEL reference 3.0247
GBP GEL reference 3.5239
HKD GEL reference 0.33276
HUF GEL reference 0.008305
ILS GEL reference 0.8568899999999999
INR GEL reference 0.027308
IRR GEL reference 0.0000019
ISK GEL reference 0.021636000000000002
JPY GEL reference 0.016934
KGS GEL reference 0.029828
KRW GEL reference 0.0019432
KWD GEL reference 8.4587
KZT GEL reference 0.005778999999999999
MDL GEL reference 0.15093
NOK GEL reference 0.2802
NZD GEL reference 1.5185
PLN GEL reference 0.69965
QAR GEL reference 0.71585
RON GEL reference 0.57545
RSD GEL reference 0.025774
RUB GEL reference 0.030923
SEK GEL reference 0.2692
SGD GEL reference 2.0581
TJS GEL reference 0.28312
TMT GEL reference 0.7455700000000001
TRY GEL reference 0.0537
UAH GEL reference 0.058589999999999996
USD GEL reference 2.6095
UZS GEL reference 0.00022189999999999997
ZAR GEL reference 0.16160000000000002

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

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