Skip to content

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

BAM/UZS over 1Y: show the values
PointBAM/UZS
2025-09-267302.92
2025-10-037253.20
2025-10-107161.92
2025-10-177291.90
2025-10-247188.48
2025-10-317098.23
2025-11-077089.68
2025-11-147138.89
2025-11-217015.00
2025-11-287040.17
2025-12-057115.77
2025-12-137226.11
2025-12-207203.57
2025-12-277273.55
2026-01-037207.04
2026-01-107224.39
2026-01-177086.65
2026-01-247284.98
2026-01-317421.93
2026-02-077432.33
2026-02-147385.20
2026-02-217317.78
2026-02-287359.71
2026-03-077234.16
2026-03-147073.25
2026-03-217213.37
2026-03-287180.60
2026-04-047172.64
2026-04-117284.99
2026-04-187318.66
2026-04-257213.57
2026-05-027156.98
2026-05-097299.40
2026-05-177123.77
2026-05-257126.13
2026-06-017155.93
2026-06-107115.87
2026-06-177130.33
2026-06-246985.18
2026-07-017018.84
2026-07-087033.40
2026-07-157059.75
2026-07-226991.28
2026-07-297015.63
2026-08-057024.71
2026-08-127033.40
2026-08-207015.01
2026-08-277044.97
2026-09-036992.82
2026-09-107026.74
2026-09-176907.20
2026-09-246876.33

High

7432.33

Low

6876.33

Average

7147.72

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.