BAM to HUF exchange rate API
Convertible Mark to Forint · quoted 2026-09-26
186.7387
▼ +6.70% over 1Y
1 BAM = 186.7387 HUF · 1 HUF = 0.005355 BAM · Get this rate via the API
1 BAM buys 186.7387 HUF as of 2026-09-26, so 1 HUF buys 0.005355 BAM. Over the last year, BAM/HUF traded between 179.1126 and 201.3880, averaged 191.3829 and fell 6.70%. The API holds daily BAM/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/HUF over 1Y: show the values
| Point | BAM/HUF |
|---|---|
| 2025-09-26 | 200.1577 |
| 2025-10-03 | 198.6478 |
| 2025-10-10 | 199.6491 |
| 2025-10-17 | 199.6289 |
| 2025-10-24 | 199.1580 |
| 2025-10-31 | 198.7240 |
| 2025-11-07 | 196.6827 |
| 2025-11-14 | 196.5782 |
| 2025-11-21 | 196.3150 |
| 2025-11-28 | 195.3305 |
| 2025-12-05 | 195.3485 |
| 2025-12-13 | 196.8193 |
| 2025-12-20 | 197.7564 |
| 2025-12-27 | 197.8362 |
| 2026-01-03 | 196.0909 |
| 2026-01-10 | 197.2683 |
| 2026-01-17 | 196.8723 |
| 2026-01-24 | 195.3495 |
| 2026-01-31 | 195.0286 |
| 2026-02-07 | 193.0350 |
| 2026-02-14 | 193.7607 |
| 2026-02-21 | 194.6290 |
| 2026-02-28 | 192.5173 |
| 2026-03-07 | 200.6425 |
| 2026-03-14 | 201.3880 |
| 2026-03-21 | 201.3224 |
| 2026-03-28 | 198.8683 |
| 2026-04-04 | 196.6011 |
| 2026-04-11 | 191.8325 |
| 2026-04-18 | 185.3400 |
| 2026-04-25 | 186.4487 |
| 2026-05-02 | 185.6285 |
| 2026-05-09 | 180.5694 |
| 2026-05-17 | 184.8496 |
| 2026-05-25 | 182.1027 |
| 2026-06-01 | 181.4263 |
| 2026-06-10 | 182.4648 |
| 2026-06-17 | 179.1126 |
| 2026-06-24 | 182.5035 |
| 2026-07-01 | 182.2743 |
| 2026-07-08 | 183.2414 |
| 2026-07-15 | 184.4525 |
| 2026-07-22 | 186.0378 |
| 2026-07-29 | 185.4468 |
| 2026-08-05 | 184.8609 |
| 2026-08-12 | 186.0215 |
| 2026-08-20 | 186.6788 |
| 2026-08-27 | 186.1540 |
| 2026-09-03 | 187.5828 |
| 2026-09-10 | 186.8474 |
| 2026-09-17 | 185.3002 |
| 2026-09-24 | 187.3705 |
High
201.3880
Low
179.1126
Average
191.3829
Get this rate via the API
One GET request returns the BAM/HUF 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=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/HUF API questions
How do I get the BAM/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/HUF rate in rates.HUF.
How far back does BAM/HUF historical data go?
Daily BAM/HUF 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/HUF 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.