Skip to content

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

BAM/TZS over 1Y: show the values
PointBAM/TZS
2025-09-261406.98
2025-10-031434.43
2025-10-101440.96
2025-10-171458.84
2025-10-241463.35
2025-10-311449.49
2025-11-071445.50
2025-11-141444.76
2025-11-211434.12
2025-11-281450.29
2025-12-051444.08
2025-12-131477.59
2025-12-201490.59
2025-12-271489.02
2026-01-031481.22
2026-01-101487.14
2026-01-171489.52
2026-01-241533.93
2026-01-311558.55
2026-02-071555.78
2026-02-141578.80
2026-02-211555.22
2026-02-281545.77
2026-03-071534.33
2026-03-141523.14
2026-03-211533.19
2026-03-281515.83
2026-04-041530.51
2026-04-111560.64
2026-04-181565.01
2026-04-251555.08
2026-05-021560.16
2026-05-091562.98
2026-05-171542.01
2026-05-251557.53
2026-06-011551.36
2026-06-101544.43
2026-06-171556.63
2026-06-241523.24
2026-07-011528.73
2026-07-081532.22
2026-07-151538.88
2026-07-221535.08
2026-07-291536.42
2026-08-051557.41
2026-08-121557.54
2026-08-201580.13
2026-08-271572.87
2026-09-031566.82
2026-09-101570.42
2026-09-171547.01
2026-09-241536.26

High

1580.13

Low

1406.98

Average

1519.50

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=TZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=TZS");
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=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&currencies=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.