Magyar Nemzeti Bank Exchange Rate API

Official Magyar Nemzeti Bank rates for 10 Sept 2026: 1 USD = 312.48 HUF, 1 EUR = 363.66 HUF. All 32 currencies published, history back to 2016. Free JSON API for tax, audits, and compliant invoicing.

Hungary flagMagyar Nemzeti Bank: every HUF rate the bank publishes, as JSON. 32 currencies, archive back to 2016, latest table free on every plan. Get your API key.

About Magyar Nemzeti Bank

Magyar Nemzeti Bank is Hungary's central bank. Its official forint exchange rates — published every business day around 11:00 CET for over 30 currencies — are the rates Hungarian accounting and tax law designates for invoice conversion and VAT.

Quick start

One request for the pair you need — EUR to HUF at the official Magyar Nemzeti Bank rate:

curl "https://allratestoday.com/api/v1/central-bank/mnb/latest?source=EUR&target=HUF" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/mnb/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/mnb/history?source=EUR&target=HUF&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

Magyar Nemzeti Bank's newest published table, verbatim — the same rows the /latest endpoint returns at this moment. Values are HUF per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AUD HUF reference 225.36
BRL HUF reference 61.17
CAD HUF reference 226.34
CHF HUF reference 385.68
CNY HUF reference 46.6
CZK HUF reference 15
DKK HUF reference 48.65
EUR HUF reference 363.66
GBP HUF reference 423.63
HKD HUF reference 39.85
IDR HUF reference 0.0178
ILS HUF reference 103.55
INR HUF reference 3.27
ISK HUF reference 2.6
JPY HUF reference 2.0340000000000003
KRW HUF reference 0.2329
MXN HUF reference 18.48
MYR HUF reference 76.85
NOK HUF reference 33.89
NZD HUF reference 182.68
PHP HUF reference 4.99
PLN HUF reference 84.22
RON HUF reference 69.25
RSD HUF reference 3.1
RUB HUF reference 3.71
SEK HUF reference 32.55
SGD HUF reference 247.06
THB HUF reference 9.49
TRY HUF reference 6.45
UAH HUF reference 7.01
USD HUF reference 312.48
ZAR HUF reference 19.45

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — magyar-nemzeti-bank-exchange-rate:

npm install magyar-nemzeti-bank-exchange-rate
import { getRate } from 'magyar-nemzeti-bank-exchange-rate';

const pair = await getRate('EUR', 'HUF', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: magyar-nemzeti-bank-exchange-rate documentation.

Why use the official Magyar Nemzeti Bank rate?

A market rate is a moving target; the rate Magyar Nemzeti Bank publishes is a fixed, citable figure that stays put once printed — which is why invoicing, customs, audit evidence, and statutory accounting in Hungary lean on it rather than on a live feed. Every response from this API carries the bank's own rate_date, and on days with no publication you get the most recent published table — the one compliance rules tell you to apply.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via HUF) and marks it "derived": true — published and computed values are never silently mixed.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Does an exchange rate API exist for Magyar Nemzeti Bank data?

Yes. This endpoint returns Magyar Nemzeti Bank's official daily figures as JSON; the newest table is free on every plan.

How often are the rates updated?

Magyar Nemzeti Bank publishes once per business day; the API ingests each new table shortly after publication (latest: 2026-09-10).

Are these really Magyar Nemzeti Bank's official figures?

Yes. Every value comes from Magyar Nemzeti Bank's own publication and is served unmodified, carrying the bank's publication date; computed pairs are explicitly flagged derived.

Magyar Nemzeti Bank rates, one API key

Latest table on every plan. History back to 2016 on paid plans. No credit card to start.

Get Free API Key Read the Docs