BAM to UZS exchange rate API
Convertible Mark to Uzbekistan Sum · quoted 2026-09-26
6885.01
▼ +5.72% over 1Y
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 year, BAM/UZS traded between 6876.33 and 7432.33, averaged 7147.72 and fell 5.72%. 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 1Y: show the values
| Point | BAM/UZS |
|---|---|
| 2025-09-26 | 7302.92 |
| 2025-10-03 | 7253.20 |
| 2025-10-10 | 7161.92 |
| 2025-10-17 | 7291.90 |
| 2025-10-24 | 7188.48 |
| 2025-10-31 | 7098.23 |
| 2025-11-07 | 7089.68 |
| 2025-11-14 | 7138.89 |
| 2025-11-21 | 7015.00 |
| 2025-11-28 | 7040.17 |
| 2025-12-05 | 7115.77 |
| 2025-12-13 | 7226.11 |
| 2025-12-20 | 7203.57 |
| 2025-12-27 | 7273.55 |
| 2026-01-03 | 7207.04 |
| 2026-01-10 | 7224.39 |
| 2026-01-17 | 7086.65 |
| 2026-01-24 | 7284.98 |
| 2026-01-31 | 7421.93 |
| 2026-02-07 | 7432.33 |
| 2026-02-14 | 7385.20 |
| 2026-02-21 | 7317.78 |
| 2026-02-28 | 7359.71 |
| 2026-03-07 | 7234.16 |
| 2026-03-14 | 7073.25 |
| 2026-03-21 | 7213.37 |
| 2026-03-28 | 7180.60 |
| 2026-04-04 | 7172.64 |
| 2026-04-11 | 7284.99 |
| 2026-04-18 | 7318.66 |
| 2026-04-25 | 7213.57 |
| 2026-05-02 | 7156.98 |
| 2026-05-09 | 7299.40 |
| 2026-05-17 | 7123.77 |
| 2026-05-25 | 7126.13 |
| 2026-06-01 | 7155.93 |
| 2026-06-10 | 7115.87 |
| 2026-06-17 | 7130.33 |
| 2026-06-24 | 6985.18 |
| 2026-07-01 | 7018.84 |
| 2026-07-08 | 7033.40 |
| 2026-07-15 | 7059.75 |
| 2026-07-22 | 6991.28 |
| 2026-07-29 | 7015.63 |
| 2026-08-05 | 7024.71 |
| 2026-08-12 | 7033.40 |
| 2026-08-20 | 7015.01 |
| 2026-08-27 | 7044.97 |
| 2026-09-03 | 6992.82 |
| 2026-09-10 | 7026.74 |
| 2026-09-17 | 6907.20 |
| 2026-09-24 | 6876.33 |
High
7432.33
Low
6876.33
Average
7147.72
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.