Skip to content

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

BAM/HUF over YTD: show the values
PointBAM/HUF
2025-12-31196.7759
2026-01-07197.1257
2026-01-14197.6375
2026-01-21197.0043
2026-01-28195.0506
2026-02-04194.5676
2026-02-11193.8360
2026-02-18193.3921
2026-02-25192.2348
2026-03-04195.6556
2026-03-11198.9691
2026-03-18201.4690
2026-03-25199.2337
2026-04-01194.6185
2026-04-08191.4796
2026-04-15186.7325
2026-04-22187.1061
2026-04-29185.8888
2026-05-06182.8846
2026-05-14182.9421
2026-05-21184.6781
2026-05-29180.7619
2026-06-05180.6841
2026-06-14179.6347
2026-06-21180.1114
2026-06-28180.9638
2026-07-05180.7234
2026-07-12182.3821
2026-07-19185.6803
2026-07-26184.4773
2026-08-02186.2649
2026-08-09185.8977
2026-08-16185.6342
2026-08-24185.5880
2026-08-31186.2098
2026-09-07185.5151
2026-09-14187.0608
2026-09-21185.0897

High

201.4690

Low

179.6347

Average

188.6846

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.