National Bank of Tajikistan Exchange Rate API
Official National Bank of Tajikistan rates for 5 Sept 2026: 1 USD = 9.2573 TJS, 1 EUR = 10.761 TJS. All 36 currencies published, history back to 2010. Free JSON API for tax, audits, and compliant invoicing.
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.
- Official website: nbt.tj
- Official rate publication: Official exchange rates
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-05)
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 (paid plan required)
One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.
| Base | Quote | Type | Rate |
|---|---|---|---|
AED | TJS | reference | 2.5203 |
AFN | TJS | reference | 0.14315 |
AMD | TJS | reference | 0.025442999999999997 |
AUD | TJS | reference | 6.669 |
AZN | TJS | reference | 5.4455 |
BYN | TJS | reference | 3.0122 |
CAD | TJS | reference | 6.7087 |
CHF | TJS | reference | 11.4415 |
CNY | TJS | reference | 1.3798 |
DKK | TJS | reference | 1.4395 |
EUR | TJS | reference | 10.7607 |
GBP | TJS | reference | 12.5316 |
GEL | TJS | reference | 3.536 |
INR | TJS | reference | 0.09797 |
IRR | TJS | reference | 0.0000067 |
ISK | TJS | reference | 0.07633999999999999 |
JPY | TJS | reference | 0.05926 |
KGS | TJS | reference | 0.10586 |
KRW | TJS | reference | 0.006856 |
KWD | TJS | reference | 30.1492 |
KZT | TJS | reference | 0.02028 |
MDL | TJS | reference | 0.5361 |
MYR | TJS | reference | 2.2869 |
NOK | TJS | reference | 0.9958 |
PKR | TJS | reference | 0.03337 |
PLN | TJS | reference | 2.4935 |
RUB | TJS | reference | 0.1069 |
SAR | TJS | reference | 2.4652 |
SEK | TJS | reference | 0.9691 |
SGD | TJS | reference | 7.3065 |
THB | TJS | reference | 0.281 |
TMT | TJS | reference | 2.6449 |
TRY | TJS | reference | 0.1915 |
UAH | TJS | reference | 0.208 |
USD | TJS | reference | 9.2573 |
UZS | TJS | reference | 0.000785 |
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
GET /api/v1/central-bank/nbt/latest— latest table or single pair (all plans)GET /api/v1/central-bank/nbt/{YYYY-MM-DD}— the table for any date (paid plans)GET /api/v1/central-bank/nbt/history— time series, up to 5,000 rows (paid plans)GET /api/v1/central-bank/nbt/availability— publication calendar: the dates the bank actually published (all plans)
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-05).
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