Skip to content

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

BAM/KZT over 1Y: show the values
PointBAM/KZT
2025-09-26324.0947
2025-10-03327.9056
2025-10-10320.2564
2025-10-17319.9977
2025-10-24318.6386
2025-10-31313.6469
2025-11-07310.5254
2025-11-14311.8021
2025-11-21305.9857
2025-11-28305.7611
2025-12-05301.2302
2025-12-13312.7570
2025-12-20310.0183
2025-12-27304.4938
2026-01-03303.9954
2026-01-10303.9866
2026-01-17303.1235
2026-01-24305.6304
2026-01-31304.8845
2026-02-07298.7480
2026-02-14300.4665
2026-02-21300.7632
2026-02-28300.8127
2026-03-07293.6318
2026-03-14286.7341
2026-03-21285.2116
2026-03-28284.4528
2026-04-04277.3330
2026-04-11282.9757
2026-04-18282.7811
2026-04-25277.5646
2026-05-02277.4683
2026-05-09277.9740
2026-05-17279.1053
2026-05-25280.9912
2026-06-01289.1177
2026-06-10288.1273
2026-06-17289.6964
2026-06-24282.8951
2026-07-01278.9517
2026-07-08274.6238
2026-07-15274.2113
2026-07-22273.0581
2026-07-29277.8012
2026-08-05277.8456
2026-08-12274.8974
2026-08-20275.4995
2026-08-27275.0922
2026-09-03269.8432
2026-09-10271.0951
2026-09-17261.8016
2026-09-24259.2035

High

327.9056

Low

257.8913

Average

291.4604

For developers

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