Skip to content

BAM to TND exchange rate API

Convertible Mark to Tunisian Dinar · quoted 2026-09-25

1.7194

▼ +1.47% over 1Y

1 BAM = 1.7194 TND · 1 TND = 0.58161 BAM · Get this rate via the API

1 BAM buys 1.7194 TND as of 2026-09-25, so 1 TND buys 0.58161 BAM. Over the last year, BAM/TND traded between 1.7185 and 1.7511, averaged 1.7309 and fell 1.47%. The API holds daily BAM/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/TND over 1Y

BAM/TND over 1Y: show the values
PointBAM/TND
2025-09-251.7450
2025-10-021.7411
2025-10-091.7426
2025-10-161.7445
2025-10-231.7427
2025-10-301.7392
2025-11-061.7405
2025-11-131.7460
2025-11-201.7435
2025-11-271.7480
2025-12-041.7449
2025-12-121.7511
2025-12-191.7466
2025-12-261.7407
2026-01-021.7343
2026-01-091.7278
2026-01-161.7187
2026-01-231.7260
2026-01-301.7299
2026-02-061.7270
2026-02-131.7290
2026-02-201.7270
2026-02-271.7284
2026-03-061.7255
2026-03-131.7267
2026-03-201.7237
2026-03-271.7270
2026-04-031.7296
2026-04-101.7230
2026-04-171.7380
2026-04-241.7216
2026-05-011.7261
2026-05-081.7452
2026-05-161.7277
2026-05-241.7289
2026-05-311.7314
2026-06-091.7246
2026-06-161.7271
2026-06-231.7185
2026-06-301.7187
2026-07-071.7239
2026-07-141.7199
2026-07-211.7194
2026-07-281.7247
2026-08-041.7221
2026-08-111.7272
2026-08-181.7268
2026-08-261.7303
2026-09-021.7282
2026-09-091.7240
2026-09-161.7207
2026-09-231.7237

High

1.7511

Low

1.7185

Average

1.7309

For developers

Get this rate via the API

One GET request returns the BAM/TND rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=TND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=TND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=TND").json()

Replace YOUR_API_KEY with the key from your dashboard.

BAM/TND API questions

How do I get the BAM/TND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/TND rate in rates.TND.

How far back does BAM/TND historical data go?

Daily BAM/TND 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 BAM/TND 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.