Skip to content

BAM to UAH exchange rate API

Convertible Mark to Hryvnia · quoted 2026-09-26

26.0755

▲ +5.34% over 1Y

1 BAM = 26.0755 UAH · 1 UAH = 0.03835 BAM · Get this rate via the API

1 BAM buys 26.0755 UAH as of 2026-09-26, so 1 UAH buys 0.03835 BAM. Over the last year, BAM/UAH traded between 24.5626 and 26.6753, averaged 25.8331 and rose 5.34%. The API holds daily BAM/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/UAH over 1Y

BAM/UAH over 1Y: show the values
PointBAM/UAH
2025-09-2624.7534
2025-10-0324.7058
2025-10-1024.5626
2025-10-1724.9258
2025-10-2424.8539
2025-10-3124.8437
2025-11-0724.8046
2025-11-1425.0006
2025-11-2124.8839
2025-11-2825.0298
2025-12-0525.1507
2025-12-1325.3533
2025-12-2025.3198
2025-12-2725.3567
2026-01-0325.3646
2026-01-1025.3467
2026-01-1725.7058
2026-01-2426.0866
2026-01-3125.9960
2026-02-0725.8587
2026-02-1426.1600
2026-02-2126.0812
2026-02-2826.0118
2026-03-0725.9581
2026-03-1425.8861
2026-03-2125.9562
2026-03-2825.7908
2026-04-0425.7260
2026-04-1126.0198
2026-04-1826.5497
2026-04-2526.3301
2026-05-0226.3217
2026-05-0926.4192
2026-05-1726.1706
2026-05-2526.2651
2026-06-0126.3691
2026-06-1026.5126
2026-06-1726.6239
2026-06-2426.0654
2026-07-0126.0255
2026-07-0825.9656
2026-07-1526.2247
2026-07-2226.1194
2026-07-2926.1993
2026-08-0526.4295
2026-08-1226.4458
2026-08-2026.6753
2026-08-2726.5297
2026-09-0326.4534
2026-09-1026.5850
2026-09-1726.1778
2026-09-2426.1289

High

26.6753

Low

24.5626

Average

25.8331

For developers

Get this rate via the API

One GET request returns the BAM/UAH 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=UAH"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=UAH");
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=UAH").json()

Replace YOUR_API_KEY with the key from your dashboard.

BAM/UAH API questions

How do I get the BAM/UAH exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/UAH rate in rates.UAH.

How far back does BAM/UAH historical data go?

Daily BAM/UAH 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/UAH 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.