BAM to TZS exchange rate API
Convertible Mark to Tanzanian Shilling · quoted 2026-09-26
1541.80
▲ +9.58% over 1Y
1 BAM = 1541.80 TZS · 1 TZS = 0.000649 BAM · Get this rate via the API
1 BAM buys 1541.80 TZS as of 2026-09-26, so 1 TZS buys 0.000649 BAM. Over the last year, BAM/TZS traded between 1406.98 and 1580.13, averaged 1519.50 and rose 9.58%. The API holds daily BAM/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/TZS over 1Y: show the values
| Point | BAM/TZS |
|---|---|
| 2025-09-26 | 1406.98 |
| 2025-10-03 | 1434.43 |
| 2025-10-10 | 1440.96 |
| 2025-10-17 | 1458.84 |
| 2025-10-24 | 1463.35 |
| 2025-10-31 | 1449.49 |
| 2025-11-07 | 1445.50 |
| 2025-11-14 | 1444.76 |
| 2025-11-21 | 1434.12 |
| 2025-11-28 | 1450.29 |
| 2025-12-05 | 1444.08 |
| 2025-12-13 | 1477.59 |
| 2025-12-20 | 1490.59 |
| 2025-12-27 | 1489.02 |
| 2026-01-03 | 1481.22 |
| 2026-01-10 | 1487.14 |
| 2026-01-17 | 1489.52 |
| 2026-01-24 | 1533.93 |
| 2026-01-31 | 1558.55 |
| 2026-02-07 | 1555.78 |
| 2026-02-14 | 1578.80 |
| 2026-02-21 | 1555.22 |
| 2026-02-28 | 1545.77 |
| 2026-03-07 | 1534.33 |
| 2026-03-14 | 1523.14 |
| 2026-03-21 | 1533.19 |
| 2026-03-28 | 1515.83 |
| 2026-04-04 | 1530.51 |
| 2026-04-11 | 1560.64 |
| 2026-04-18 | 1565.01 |
| 2026-04-25 | 1555.08 |
| 2026-05-02 | 1560.16 |
| 2026-05-09 | 1562.98 |
| 2026-05-17 | 1542.01 |
| 2026-05-25 | 1557.53 |
| 2026-06-01 | 1551.36 |
| 2026-06-10 | 1544.43 |
| 2026-06-17 | 1556.63 |
| 2026-06-24 | 1523.24 |
| 2026-07-01 | 1528.73 |
| 2026-07-08 | 1532.22 |
| 2026-07-15 | 1538.88 |
| 2026-07-22 | 1535.08 |
| 2026-07-29 | 1536.42 |
| 2026-08-05 | 1557.41 |
| 2026-08-12 | 1557.54 |
| 2026-08-20 | 1580.13 |
| 2026-08-27 | 1572.87 |
| 2026-09-03 | 1566.82 |
| 2026-09-10 | 1570.42 |
| 2026-09-17 | 1547.01 |
| 2026-09-24 | 1536.26 |
High
1580.13
Low
1406.98
Average
1519.50
Get this rate via the API
One GET request returns the BAM/TZS 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=BAM¤cies=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=TZS").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/TZS API questions
How do I get the BAM/TZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/TZS rate in rates.TZS.
How far back does BAM/TZS historical data go?
Daily BAM/TZS 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/TZS 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.