Bank of Lithuania Exchange Rate API

Official Bank of Lithuania rates for 10 Sept 2026: 1 EUR = 1.1652 USD, 1 EUR = 0.85898 GBP. All 87 currencies published, history back to 2015. Free JSON API for tax, audits, and compliant invoicing.

Lithuania flagBank of Lithuania: every EUR rate the bank publishes, as JSON. 87 currencies, archive back to 2015, latest table free on every plan. Get your API key.

About Bank of Lithuania

The Bank of Lithuania publishes, alongside the ECB reference list it republishes as a euro member, its own daily table of around 87 currencies the ECB does not quote — from the UAE dirham to the Zambian kwacha — expressed as foreign units per euro. Lithuanian accounting and VAT rules cite this list, and the bank posts the next business day's table in advance.

Quick start

One request for the pair you need — EUR to AED at the official Bank of Lithuania rate:

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

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/lb/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/lb/history?source=EUR&target=AED&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

Bank of Lithuania's newest published table, verbatim — the same rows the /latest endpoint returns at this moment. Values are quoted per 1 EUR (ECB convention):

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
EUR AED reference 4.27721
EUR AFN reference 75.50519
EUR ALL reference 92.2808
EUR AMD reference 424.24482
EUR ARS reference 1761.05216
EUR AUD reference 1.6128
EUR AZN reference 1.97936
EUR BAM reference 1.95584
EUR BDT reference 143.21318
EUR BHD reference 0.43907
EUR BOB reference 13.77604
EUR BRL reference 5.9296
EUR BYN reference 3.51196
EUR CAD reference 1.6043
EUR CHF reference 0.9404
EUR CLP reference 1076.28913
EUR CNY reference 7.8159
EUR COP reference 3682.149
EUR CZK reference 24.247
EUR DJF reference 207.2102
EUR DKK reference 7.4748
EUR DZD reference 154.89603
EUR EGP reference 58.51531
EUR ETB reference 187.00263
EUR GBP reference 0.85898
EUR GEL reference 3.04394
EUR GHS reference 13.07151
EUR GNF reference 10231.11068
EUR HKD reference 9.1378
EUR HUF reference 363.95
EUR IDR reference 20362.8
EUR ILS reference 3.518
EUR INR reference 110.8225
EUR IQD reference 1525.49523
EUR IRR reference 1600721.7
EUR ISK reference 140.4
EUR JOD reference 0.82342
EUR JPY reference 178.59
EUR KES reference 150.75035
EUR KGS reference 101.94551
EUR KRW reference 1556.94
EUR KWD reference 0.35957
EUR KZT reference 540.00776
EUR LBP reference 104411.41065
EUR LKR reference 381.91524
EUR LYD reference 7.38147
EUR MAD reference 10.76947
EUR MDL reference 20.10288
EUR MGA reference 5023.95577
EUR MKD reference 61.62994
EUR MNT reference 4182.884
EUR MUR reference 54.58594
EUR MXN reference 19.6948
EUR MYR reference 4.7424
EUR MZN reference 74.55711
EUR NGN reference 1559.34702
EUR NOK reference 10.6975
EUR NZD reference 1.9903
EUR PAB reference 1.1645
EUR PEN reference 3.90294
EUR PHP reference 72.815
EUR PKR reference 326.9916
EUR PLN reference 4.3153
EUR QAR reference 4.24501
EUR RON reference 5.2546
EUR RSD reference 117.35959
EUR SAR reference 4.37212
EUR SEK reference 11.1495
EUR SGD reference 1.4721
EUR SYP reference 142.09229
EUR THB reference 38.306
EUR TJS reference 10.73489
EUR TMT reference 4.07575
EUR TND reference 3.38334
EUR TRY reference 56.4857
EUR TWD reference 36.82033
EUR TZS reference 3082.8973
EUR UAH reference 51.85868
EUR USD reference 1.1652
EUR UYU reference 46.90373
EUR UZS reference 13752.745
EUR VES reference 920.7185
EUR VND reference 30370.74225
EUR XAF reference 655.95988
EUR XOF reference 655.95988
EUR YER reference 275.84036
EUR ZAR reference 18.6896

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — bank-of-lithuania-exchange-rate:

npm install bank-of-lithuania-exchange-rate
import { getRate } from 'bank-of-lithuania-exchange-rate';

const pair = await getRate('EUR', 'AED', { 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: bank-of-lithuania-exchange-rate documentation.

Why use the official Bank of Lithuania rate?

A market rate is a moving target; the rate Bank of Lithuania publishes is a fixed, citable figure that stays put once printed — which is why invoicing, customs, audit evidence, and statutory accounting in Lithuania 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.

Pairs the bank doesn't print directly are resolved from its table (inverse or cross via EUR) 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

Does an exchange rate API exist for Bank of Lithuania data?

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

How often are the rates updated?

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

Are these really Bank of Lithuania's official figures?

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

Bank of Lithuania rates, one API key

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

Get Free API Key Read the Docs