BAM to UZS exchange rate API
Convertible Mark to Uzbekistan Sum · quoted 2026-09-26
6885.01
▼ +2.27% over 30D
1 BAM = 6885.01 UZS · 1 UZS = 0.000145 BAM · Get this rate via the API
1 BAM buys 6885.01 UZS as of 2026-09-26, so 1 UZS buys 0.000145 BAM. Over the last 30 days, BAM/UZS traded between 6868.74 and 7044.97, averaged 6966.51 and fell 2.27%. The API holds daily BAM/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/UZS over 30D: show the values
| Point | BAM/UZS |
|---|---|
| 2026-08-27 | 7044.97 |
| 2026-08-28 | 7030.29 |
| 2026-08-29 | 7002.59 |
| 2026-08-30 | 7003.97 |
| 2026-08-31 | 7012.99 |
| 2026-09-01 | 7007.51 |
| 2026-09-02 | 6994.90 |
| 2026-09-03 | 6992.82 |
| 2026-09-04 | 7000.61 |
| 2026-09-05 | 7003.01 |
| 2026-09-06 | 7001.06 |
| 2026-09-07 | 6992.38 |
| 2026-09-08 | 6996.58 |
| 2026-09-09 | 7022.81 |
| 2026-09-10 | 7026.74 |
| 2026-09-11 | 6991.55 |
| 2026-09-12 | 6990.20 |
| 2026-09-13 | 6978.04 |
| 2026-09-14 | 6943.62 |
| 2026-09-15 | 6919.85 |
| 2026-09-16 | 6946.91 |
| 2026-09-17 | 6907.20 |
| 2026-09-18 | 6940.92 |
| 2026-09-19 | 6955.83 |
| 2026-09-20 | 6953.05 |
| 2026-09-21 | 6945.47 |
| 2026-09-22 | 6921.22 |
| 2026-09-23 | 6886.29 |
| 2026-09-24 | 6876.33 |
| 2026-09-25 | 6868.74 |
| 2026-09-26 | 6885.01 |
High
7044.97
Low
6868.74
Average
6966.51
Get this rate via the API
One GET request returns the BAM/UZS 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=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/UZS API questions
How do I get the BAM/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/UZS rate in rates.UZS.
How far back does BAM/UZS historical data go?
Daily BAM/UZS 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/UZS 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.