Skip to content

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

BAM/UZS over 30D: show the values
PointBAM/UZS
2026-08-277044.97
2026-08-287030.29
2026-08-297002.59
2026-08-307003.97
2026-08-317012.99
2026-09-017007.51
2026-09-026994.90
2026-09-036992.82
2026-09-047000.61
2026-09-057003.01
2026-09-067001.06
2026-09-076992.38
2026-09-086996.58
2026-09-097022.81
2026-09-107026.74
2026-09-116991.55
2026-09-126990.20
2026-09-136978.04
2026-09-146943.62
2026-09-156919.85
2026-09-166946.91
2026-09-176907.20
2026-09-186940.92
2026-09-196955.83
2026-09-206953.05
2026-09-216945.47
2026-09-226921.22
2026-09-236886.29
2026-09-246876.33
2026-09-256868.74
2026-09-266885.01

High

7044.97

Low

6868.74

Average

6966.51

For developers

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