Skip to content

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

BAM/HUF over 1Y: show the values
PointBAM/HUF
2025-09-26200.1577
2025-10-03198.6478
2025-10-10199.6491
2025-10-17199.6289
2025-10-24199.1580
2025-10-31198.7240
2025-11-07196.6827
2025-11-14196.5782
2025-11-21196.3150
2025-11-28195.3305
2025-12-05195.3485
2025-12-13196.8193
2025-12-20197.7564
2025-12-27197.8362
2026-01-03196.0909
2026-01-10197.2683
2026-01-17196.8723
2026-01-24195.3495
2026-01-31195.0286
2026-02-07193.0350
2026-02-14193.7607
2026-02-21194.6290
2026-02-28192.5173
2026-03-07200.6425
2026-03-14201.3880
2026-03-21201.3224
2026-03-28198.8683
2026-04-04196.6011
2026-04-11191.8325
2026-04-18185.3400
2026-04-25186.4487
2026-05-02185.6285
2026-05-09180.5694
2026-05-17184.8496
2026-05-25182.1027
2026-06-01181.4263
2026-06-10182.4648
2026-06-17179.1126
2026-06-24182.5035
2026-07-01182.2743
2026-07-08183.2414
2026-07-15184.4525
2026-07-22186.0378
2026-07-29185.4468
2026-08-05184.8609
2026-08-12186.0215
2026-08-20186.6788
2026-08-27186.1540
2026-09-03187.5828
2026-09-10186.8474
2026-09-17185.3002
2026-09-24187.3705

High

201.3880

Low

179.1126

Average

191.3829

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.