National Bank of Tajikistan Exchange Rate API

Official National Bank of Tajikistan rates for 9 Sept 2026: 1 USD = 9.2414 TJS, 1 EUR = 10.734 TJS. All 36 currencies published, history back to 2010. Free JSON API for tax, audits, and compliant invoicing.

Tajikistan flagNational Bank of Tajikistan official daily exchange rates as JSON: 36 currencies against the TJS, history back to 2010. Latest table on every plan. Get your API key.

About National Bank of Tajikistan

The National Bank of Tajikistan sets the official somoni rate for 36 currencies every business day — the US dollar, euro, Chinese yuan and Russian ruble that dominate Tajik trade and remittances, the Central Asian and Caucasus units, and the majors — in somoni per unit. The bank publishes each table the evening before it takes effect, Tuesday to Saturday, and its dated XML archive reaches back to 2010.

Quick start

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

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

Or the bank's full published table:

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

Latest published rates (2026-09-09)

Below is the current table from National Bank of Tajikistan, unmodified — what a call to /latest returns right now, with values TJS 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 TJS reference 2.5162
AFN TJS reference 0.1429
AMD TJS reference 0.025409
AUD TJS reference 6.6667
AZN TJS reference 5.4361
BYN TJS reference 3.0021
CAD TJS reference 6.6913
CHF TJS reference 11.3838
CNY TJS reference 1.3772
DKK TJS reference 1.4357
EUR TJS reference 10.7339
GBP TJS reference 12.5092
GEL TJS reference 3.537
INR TJS reference 0.09745000000000001
IRR TJS reference 0.0000067
ISK TJS reference 0.07636
JPY TJS reference 0.059899999999999995
KGS TJS reference 0.10568
KRW TJS reference 0.006885
KWD TJS reference 30.1317
KZT TJS reference 0.02033
MDL TJS reference 0.5365
MYR TJS reference 2.2728
NOK TJS reference 0.9974
PKR TJS reference 0.03331
PLN TJS reference 2.4865
RUB TJS reference 0.1068
SAR TJS reference 2.4608
SEK TJS reference 0.962
SGD TJS reference 7.2997
THB TJS reference 0.2806
TMT TJS reference 2.6404
TRY TJS reference 0.1907
UAH TJS reference 0.2073
USD TJS reference 9.2414
UZS TJS reference 0.000784

Node.js / TypeScript client

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

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

const pair = await getRate('USD', 'TJS', { 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: national-bank-of-tajikistan-exchange-rate documentation.

Why use the official National Bank of Tajikistan rate?

When an auditor or tax office in Tajikistan asks which rate you used, "the TJS mid-market rate at 14:32" is not an answer — the official rate published by National Bank of Tajikistan for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

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

Yes — this one. Official daily TJS rates as clean JSON, latest table on every plan including free.

How often does National Bank of Tajikistan update its rates?

New tables land once per business day — the API picks each one up shortly after National Bank of Tajikistan publishes it (latest: 2026-09-09).

Is this the official published table?

Yes — the rows are National Bank of Tajikistan's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

National Bank of Tajikistan rates, one API key

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

Get Free API Key Read the Docs