Skip to content

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

BAM/HUF over 6M: show the values
PointBAM/HUF
2026-03-30199.7338
2026-04-06195.4448
2026-04-13188.3426
2026-04-20185.2611
2026-04-27185.5301
2026-05-04185.9849
2026-05-11182.5099
2026-05-19184.7345
2026-05-27181.4681
2026-06-03181.6143
2026-06-12180.5177
2026-06-19179.7137
2026-06-26180.6051
2026-07-03180.4107
2026-07-10182.5815
2026-07-17185.9263
2026-07-24185.0599
2026-07-31186.6351
2026-08-07186.1760
2026-08-14184.8809
2026-08-22185.3667
2026-08-29186.6432
2026-09-05185.1766
2026-09-12185.8980
2026-09-19186.2550
2026-09-26186.7387

High

199.7338

Low

179.7137

Average

185.4055

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=HUF");
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=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&currencies=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.