BAM to HUF exchange rate API
Convertible Mark to Forint · quoted 2026-09-26
186.7387
▼ +6.51% over 6M
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 6 months, BAM/HUF traded between 179.7137 and 199.7338, averaged 185.4055 and fell 6.51%. 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 6M: show the values
| Point | BAM/HUF |
|---|---|
| 2026-03-30 | 199.7338 |
| 2026-04-06 | 195.4448 |
| 2026-04-13 | 188.3426 |
| 2026-04-20 | 185.2611 |
| 2026-04-27 | 185.5301 |
| 2026-05-04 | 185.9849 |
| 2026-05-11 | 182.5099 |
| 2026-05-19 | 184.7345 |
| 2026-05-27 | 181.4681 |
| 2026-06-03 | 181.6143 |
| 2026-06-12 | 180.5177 |
| 2026-06-19 | 179.7137 |
| 2026-06-26 | 180.6051 |
| 2026-07-03 | 180.4107 |
| 2026-07-10 | 182.5815 |
| 2026-07-17 | 185.9263 |
| 2026-07-24 | 185.0599 |
| 2026-07-31 | 186.6351 |
| 2026-08-07 | 186.1760 |
| 2026-08-14 | 184.8809 |
| 2026-08-22 | 185.3667 |
| 2026-08-29 | 186.6432 |
| 2026-09-05 | 185.1766 |
| 2026-09-12 | 185.8980 |
| 2026-09-19 | 186.2550 |
| 2026-09-26 | 186.7387 |
High
199.7338
Low
179.7137
Average
185.4055
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.