Central Bank of Tunisia Exchange Rate API

Official Central Bank of Tunisia rates for 9 Sept 2026: 1 USD = 2.9094 TND, 1 EUR = 3.3838 TND. All 20 currencies published, history back to 2004. Free JSON API for tax, audits, and compliant invoicing.

Tunisia flagCentral Bank of Tunisia publishes official daily exchange rates — 20 currencies against the TND — and this API serves them as JSON, with history back to 2004. The latest table is on every plan. Get your API key.

About Central Bank of Tunisia

The Central Bank of Tunisia publishes daily interbank average dinar rates for about 20 currencies — the official reference Tunisian businesses, customs and banks use. The archive reaches back to 2004, and the bulletin also carries banknote and forward rates.

Quick start

One request for the pair you need — USD to TND at the official Central Bank of Tunisia rate:

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

Or the bank's full published table:

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

Latest published rates (2026-09-09)

The most recent table as published by Central Bank of Tunisia — exactly what the /latest endpoint returns right now. Values are TND 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 TND reference 0.79207
BHD TND reference 7.7165
CAD TND reference 2.1099
CHF TND reference 3.6049100000000003
CNY TND reference 0.4337
DKK TND reference 0.453363
DZD TND reference 0.02185
EUR TND reference 3.3838
GBP TND reference 3.9446
JPY TND reference 0.0189818
KWD TND reference 9.4875
LYD TND reference 0.4596
MAD TND reference 0.31027
MRU TND reference 0.07219
NOK TND reference 0.316632
OMR TND reference 7.5566
QAR TND reference 0.79811
SAR TND reference 0.77477
SEK TND reference 0.3039
USD TND reference 2.9094

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — bct-exchange-rate:

npm install bct-exchange-rate
import { getRate } from 'bct-exchange-rate';

const pair = await getRate('USD', 'TND', { 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: bct-exchange-rate documentation.

Why use the official Central Bank of Tunisia rate?

Live market rates move continuously, but tax filings, customs declarations, audits, and statutory accounting in Tunisia and beyond typically require the official rate published by Central Bank of Tunisia 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.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via TND) 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

Can I get Central Bank of Tunisia exchange rates via an API?

Yes — this API serves the bank's official daily TND rates as JSON, and the latest table is on every plan, free included.

When do new rates appear here?

Once per business day, per Central Bank of Tunisia's own schedule; ingestion follows within the hour (latest table: 2026-09-09).

Are these the official rates?

Yes — ingested from Central Bank of Tunisia's own published data, served unmodified with the bank's publication date. Anything computed rather than published is flagged derived.

Central Bank of Tunisia rates, one API key

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

Get Free API Key Read the Docs