Home Documentation Central Bank Rates Tax Authority Rates Playground Pricing API Status Blog About FAQ Contact Us

National Bank of Georgia Exchange Rate API

Official National Bank of Georgia (Georgia) daily exchange rates as JSON: 42 currencies, history back to 2016. The published GEL rates required for tax, audits, and compliant invoicing.

Georgia flagNational Bank of Georgia official daily exchange rates as JSON: 42 currencies against the GEL, history back to 2016. Latest table 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-08-12)

The most recent table as published by National Bank of Georgia โ€” exactly what the /latest endpoint returns right now. Values are GEL per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

BaseQuoteTypeRate
AED GEL reference 0.71309
AMD GEL reference 0.0071317
AUD GEL reference 1.8493
AZN GEL reference 1.5409
BRL GEL reference 0.5125
BYN GEL reference 0.8848
CAD GEL reference 1.8798
CHF GEL reference 3.2303
CNY GEL reference 0.38826
CZK GEL reference 0.12462999999999999
DKK GEL reference 0.40417
EGP GEL reference 0.052110000000000004
EUR GEL reference 3.0214
GBP GEL reference 3.536
HKD GEL reference 0.3338
HUF GEL reference 0.008282000000000001
ILS GEL reference 0.87144
INR GEL reference 0.027441
IRR GEL reference 0.00000191
ISK GEL reference 0.021247
JPY GEL reference 0.016446000000000002
KGS GEL reference 0.029934
KRW GEL reference 0.0018506
KWD GEL reference 8.4761
KZT GEL reference 0.005615
MDL GEL reference 0.151
NOK GEL reference 0.27593999999999996
NZD GEL reference 1.5395
PLN GEL reference 0.7030000000000001
QAR GEL reference 0.71845
RON GEL reference 0.57637
RSD GEL reference 0.025754000000000003
RUB GEL reference 0.031846
SEK GEL reference 0.27543
SGD GEL reference 2.0451
TJS GEL reference 0.28442
TMT GEL reference 0.74831
TRY GEL reference 0.0549
UAH GEL reference 0.05834
USD GEL reference 2.6191
UZS GEL reference 0.0002195
ZAR GEL reference 0.16145

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.

Why use the official National Bank of Georgia rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Georgia and beyond typically require the official rate published by National Bank of Georgia for a given date โ€” a fixed, citable number that never changes after publication. This API serves those published tables with the bank's own rate_date on every response; weekends and holidays return the most recent published date, which is the rate compliance rules require you to apply.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via GEL) and explicitly flagged "derived": true โ€” so what the bank printed and what was computed are never confused.

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

Is there an API for National Bank of Georgia exchange rates?

Yes โ€” this one. Official daily GEL rates as clean JSON, latest table on every plan including free.

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

Are these the official rates?

Yes โ€” ingested from National Bank of Georgia's own published data, served unmodified with the bank's publication date. Anything computed rather than published is 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