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: show the values
| Point | BAM/UAH |
|---|---|
| 2025-09-26 | 24.7534 |
| 2025-10-03 | 24.7058 |
| 2025-10-10 | 24.5626 |
| 2025-10-17 | 24.9258 |
| 2025-10-24 | 24.8539 |
| 2025-10-31 | 24.8437 |
| 2025-11-07 | 24.8046 |
| 2025-11-14 | 25.0006 |
| 2025-11-21 | 24.8839 |
| 2025-11-28 | 25.0298 |
| 2025-12-05 | 25.1507 |
| 2025-12-13 | 25.3533 |
| 2025-12-20 | 25.3198 |
| 2025-12-27 | 25.3567 |
| 2026-01-03 | 25.3646 |
| 2026-01-10 | 25.3467 |
| 2026-01-17 | 25.7058 |
| 2026-01-24 | 26.0866 |
| 2026-01-31 | 25.9960 |
| 2026-02-07 | 25.8587 |
| 2026-02-14 | 26.1600 |
| 2026-02-21 | 26.0812 |
| 2026-02-28 | 26.0118 |
| 2026-03-07 | 25.9581 |
| 2026-03-14 | 25.8861 |
| 2026-03-21 | 25.9562 |
| 2026-03-28 | 25.7908 |
| 2026-04-04 | 25.7260 |
| 2026-04-11 | 26.0198 |
| 2026-04-18 | 26.5497 |
| 2026-04-25 | 26.3301 |
| 2026-05-02 | 26.3217 |
| 2026-05-09 | 26.4192 |
| 2026-05-17 | 26.1706 |
| 2026-05-25 | 26.2651 |
| 2026-06-01 | 26.3691 |
| 2026-06-10 | 26.5126 |
| 2026-06-17 | 26.6239 |
| 2026-06-24 | 26.0654 |
| 2026-07-01 | 26.0255 |
| 2026-07-08 | 25.9656 |
| 2026-07-15 | 26.2247 |
| 2026-07-22 | 26.1194 |
| 2026-07-29 | 26.1993 |
| 2026-08-05 | 26.4295 |
| 2026-08-12 | 26.4458 |
| 2026-08-20 | 26.6753 |
| 2026-08-27 | 26.5297 |
| 2026-09-03 | 26.4534 |
| 2026-09-10 | 26.5850 |
| 2026-09-17 | 26.1778 |
| 2026-09-24 | 26.1289 |
High
26.6753
Low
24.5626
Average
25.8331
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.