Skip to content

PAB to MNT exchange rate API

Balboa to Tugrik · quoted 2026-09-26

3597.18

▲ +0.03% over 1Y

1 PAB = 3597.18 MNT · 1 MNT = 0.000278 PAB · Get this rate via the API

1 PAB buys 3597.18 MNT as of 2026-09-26, so 1 MNT buys 0.000278 PAB. Over the last year, PAB/MNT traded between 0.69199 and 3600.18, averaged 3376.82 and rose 0.03%. The API holds daily PAB/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/MNT over 1Y

PAB/MNT over 1Y: show the values
PointPAB/MNT
2025-09-263596.06
2025-10-033596.90
2025-10-103595.34
2025-10-173596.42
2025-10-243595.87
2025-10-310.69
2025-11-070.82
2025-11-140.83
2025-11-213565.97
2025-11-283565.18
2025-12-053546.80
2025-12-133545.72
2025-12-203552.40
2025-12-273556.00
2026-01-033558.78
2026-01-103558.92
2026-01-173564.21
2026-01-243564.45
2026-01-313566.37
2026-02-073568.71
2026-02-143570.15
2026-02-213570.32
2026-02-283566.42
2026-03-073570.79
2026-03-143569.20
2026-03-213567.60
2026-03-283579.60
2026-04-043573.53
2026-04-113597.03
2026-04-183575.63
2026-04-253581.34
2026-05-023579.65
2026-05-093579.04
2026-05-173577.88
2026-05-253579.68
2026-06-013577.49
2026-06-103579.48
2026-06-173579.10
2026-06-243584.70
2026-07-013582.61
2026-07-083583.94
2026-07-153587.47
2026-07-223589.55
2026-07-293596.30
2026-08-053596.78
2026-08-123597.74
2026-08-203597.42
2026-08-273598.05
2026-09-033595.97
2026-09-103595.66
2026-09-173597.54
2026-09-243600.18

High

3600.18

Low

0.69199

Average

3376.82

For developers

Get this rate via the API

One GET request returns the PAB/MNT 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=PAB&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=MNT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/MNT API questions

How do I get the PAB/MNT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/MNT rate in rates.MNT.

How far back does PAB/MNT historical data go?

Daily PAB/MNT 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 PAB/MNT 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.