TND to BAM exchange rate API
Tunisian Dinar to Convertible Mark · quoted 2026-09-26
0.58045
▲ +1.12% over 1Y
1 TND = 0.58045 BAM · 1 BAM = 1.7228 TND · Get this rate via the API
1 TND buys 0.58045 BAM as of 2026-09-26, so 1 BAM buys 1.7228 TND. Over the last year, TND/BAM traded between 0.57015 and 0.58675, averaged 0.57791 and rose 1.12%. The API holds daily TND/BAM rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/BAM over 1Y: show the values
| Point | TND/BAM |
|---|---|
| 2025-09-26 | 0.57401 |
| 2025-10-03 | 0.57409 |
| 2025-10-10 | 0.57564 |
| 2025-10-17 | 0.57195 |
| 2025-10-24 | 0.57342 |
| 2025-10-31 | 0.57400 |
| 2025-11-07 | 0.57516 |
| 2025-11-14 | 0.57612 |
| 2025-11-21 | 0.57339 |
| 2025-11-28 | 0.57237 |
| 2025-12-05 | 0.57150 |
| 2025-12-13 | 0.57015 |
| 2025-12-20 | 0.57039 |
| 2025-12-27 | 0.57085 |
| 2026-01-03 | 0.57991 |
| 2026-01-10 | 0.57897 |
| 2026-01-17 | 0.58087 |
| 2026-01-24 | 0.57340 |
| 2026-01-31 | 0.57888 |
| 2026-02-07 | 0.58152 |
| 2026-02-14 | 0.57833 |
| 2026-02-21 | 0.58000 |
| 2026-02-28 | 0.57906 |
| 2026-03-07 | 0.57295 |
| 2026-03-14 | 0.57950 |
| 2026-03-21 | 0.57650 |
| 2026-03-28 | 0.58089 |
| 2026-04-04 | 0.57746 |
| 2026-04-11 | 0.57817 |
| 2026-04-18 | 0.57823 |
| 2026-04-25 | 0.57993 |
| 2026-05-02 | 0.57940 |
| 2026-05-09 | 0.58006 |
| 2026-05-17 | 0.57830 |
| 2026-05-25 | 0.57767 |
| 2026-06-01 | 0.58675 |
| 2026-06-10 | 0.58044 |
| 2026-06-17 | 0.57866 |
| 2026-06-24 | 0.58439 |
| 2026-07-01 | 0.58159 |
| 2026-07-08 | 0.58073 |
| 2026-07-15 | 0.58027 |
| 2026-07-22 | 0.58217 |
| 2026-07-29 | 0.58126 |
| 2026-08-05 | 0.58060 |
| 2026-08-12 | 0.58042 |
| 2026-08-20 | 0.57773 |
| 2026-08-27 | 0.57841 |
| 2026-09-03 | 0.57912 |
| 2026-09-10 | 0.57934 |
| 2026-09-17 | 0.58204 |
| 2026-09-24 | 0.58176 |
High
0.58675
Low
0.57015
Average
0.57791
Get this rate via the API
One GET request returns the TND/BAM rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=BAM"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=BAM");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=BAM").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/BAM API questions
How do I get the TND/BAM exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=BAM, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/BAM rate in rates.BAM.
How far back does TND/BAM historical data go?
Daily TND/BAM rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free TND/BAM exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.