BAM to HUF exchange rate API
Convertible Mark to Forint · quoted 2026-09-26
186.7387
▼ +5.10% over YTD
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 year to date, BAM/HUF traded between 179.6347 and 201.4690, averaged 188.6846 and fell 5.10%. 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 YTD: show the values
| Point | BAM/HUF |
|---|---|
| 2025-12-31 | 196.7759 |
| 2026-01-07 | 197.1257 |
| 2026-01-14 | 197.6375 |
| 2026-01-21 | 197.0043 |
| 2026-01-28 | 195.0506 |
| 2026-02-04 | 194.5676 |
| 2026-02-11 | 193.8360 |
| 2026-02-18 | 193.3921 |
| 2026-02-25 | 192.2348 |
| 2026-03-04 | 195.6556 |
| 2026-03-11 | 198.9691 |
| 2026-03-18 | 201.4690 |
| 2026-03-25 | 199.2337 |
| 2026-04-01 | 194.6185 |
| 2026-04-08 | 191.4796 |
| 2026-04-15 | 186.7325 |
| 2026-04-22 | 187.1061 |
| 2026-04-29 | 185.8888 |
| 2026-05-06 | 182.8846 |
| 2026-05-14 | 182.9421 |
| 2026-05-21 | 184.6781 |
| 2026-05-29 | 180.7619 |
| 2026-06-05 | 180.6841 |
| 2026-06-14 | 179.6347 |
| 2026-06-21 | 180.1114 |
| 2026-06-28 | 180.9638 |
| 2026-07-05 | 180.7234 |
| 2026-07-12 | 182.3821 |
| 2026-07-19 | 185.6803 |
| 2026-07-26 | 184.4773 |
| 2026-08-02 | 186.2649 |
| 2026-08-09 | 185.8977 |
| 2026-08-16 | 185.6342 |
| 2026-08-24 | 185.5880 |
| 2026-08-31 | 186.2098 |
| 2026-09-07 | 185.5151 |
| 2026-09-14 | 187.0608 |
| 2026-09-21 | 185.0897 |
High
201.4690
Low
179.6347
Average
188.6846
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.