BAM to KZT exchange rate API
Convertible Mark to Tenge · quoted 2026-09-26
257.8913
▼ +20.43% over 1Y
1 BAM = 257.8913 KZT · 1 KZT = 0.003878 BAM · Get this rate via the API
1 BAM buys 257.8913 KZT as of 2026-09-26, so 1 KZT buys 0.003878 BAM. Over the last year, BAM/KZT traded between 257.8913 and 327.9056, averaged 291.4604 and fell 20.43%. The API holds daily BAM/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/KZT over 1Y: show the values
| Point | BAM/KZT |
|---|---|
| 2025-09-26 | 324.0947 |
| 2025-10-03 | 327.9056 |
| 2025-10-10 | 320.2564 |
| 2025-10-17 | 319.9977 |
| 2025-10-24 | 318.6386 |
| 2025-10-31 | 313.6469 |
| 2025-11-07 | 310.5254 |
| 2025-11-14 | 311.8021 |
| 2025-11-21 | 305.9857 |
| 2025-11-28 | 305.7611 |
| 2025-12-05 | 301.2302 |
| 2025-12-13 | 312.7570 |
| 2025-12-20 | 310.0183 |
| 2025-12-27 | 304.4938 |
| 2026-01-03 | 303.9954 |
| 2026-01-10 | 303.9866 |
| 2026-01-17 | 303.1235 |
| 2026-01-24 | 305.6304 |
| 2026-01-31 | 304.8845 |
| 2026-02-07 | 298.7480 |
| 2026-02-14 | 300.4665 |
| 2026-02-21 | 300.7632 |
| 2026-02-28 | 300.8127 |
| 2026-03-07 | 293.6318 |
| 2026-03-14 | 286.7341 |
| 2026-03-21 | 285.2116 |
| 2026-03-28 | 284.4528 |
| 2026-04-04 | 277.3330 |
| 2026-04-11 | 282.9757 |
| 2026-04-18 | 282.7811 |
| 2026-04-25 | 277.5646 |
| 2026-05-02 | 277.4683 |
| 2026-05-09 | 277.9740 |
| 2026-05-17 | 279.1053 |
| 2026-05-25 | 280.9912 |
| 2026-06-01 | 289.1177 |
| 2026-06-10 | 288.1273 |
| 2026-06-17 | 289.6964 |
| 2026-06-24 | 282.8951 |
| 2026-07-01 | 278.9517 |
| 2026-07-08 | 274.6238 |
| 2026-07-15 | 274.2113 |
| 2026-07-22 | 273.0581 |
| 2026-07-29 | 277.8012 |
| 2026-08-05 | 277.8456 |
| 2026-08-12 | 274.8974 |
| 2026-08-20 | 275.4995 |
| 2026-08-27 | 275.0922 |
| 2026-09-03 | 269.8432 |
| 2026-09-10 | 271.0951 |
| 2026-09-17 | 261.8016 |
| 2026-09-24 | 259.2035 |
High
327.9056
Low
257.8913
Average
291.4604
Get this rate via the API
One GET request returns the BAM/KZT 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=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/KZT API questions
How do I get the BAM/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/KZT rate in rates.KZT.
How far back does BAM/KZT historical data go?
Daily BAM/KZT 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/KZT 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.