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: show the values
| Point | PAB/MNT |
|---|---|
| 2025-09-26 | 3596.06 |
| 2025-10-03 | 3596.90 |
| 2025-10-10 | 3595.34 |
| 2025-10-17 | 3596.42 |
| 2025-10-24 | 3595.87 |
| 2025-10-31 | 0.69 |
| 2025-11-07 | 0.82 |
| 2025-11-14 | 0.83 |
| 2025-11-21 | 3565.97 |
| 2025-11-28 | 3565.18 |
| 2025-12-05 | 3546.80 |
| 2025-12-13 | 3545.72 |
| 2025-12-20 | 3552.40 |
| 2025-12-27 | 3556.00 |
| 2026-01-03 | 3558.78 |
| 2026-01-10 | 3558.92 |
| 2026-01-17 | 3564.21 |
| 2026-01-24 | 3564.45 |
| 2026-01-31 | 3566.37 |
| 2026-02-07 | 3568.71 |
| 2026-02-14 | 3570.15 |
| 2026-02-21 | 3570.32 |
| 2026-02-28 | 3566.42 |
| 2026-03-07 | 3570.79 |
| 2026-03-14 | 3569.20 |
| 2026-03-21 | 3567.60 |
| 2026-03-28 | 3579.60 |
| 2026-04-04 | 3573.53 |
| 2026-04-11 | 3597.03 |
| 2026-04-18 | 3575.63 |
| 2026-04-25 | 3581.34 |
| 2026-05-02 | 3579.65 |
| 2026-05-09 | 3579.04 |
| 2026-05-17 | 3577.88 |
| 2026-05-25 | 3579.68 |
| 2026-06-01 | 3577.49 |
| 2026-06-10 | 3579.48 |
| 2026-06-17 | 3579.10 |
| 2026-06-24 | 3584.70 |
| 2026-07-01 | 3582.61 |
| 2026-07-08 | 3583.94 |
| 2026-07-15 | 3587.47 |
| 2026-07-22 | 3589.55 |
| 2026-07-29 | 3596.30 |
| 2026-08-05 | 3596.78 |
| 2026-08-12 | 3597.74 |
| 2026-08-20 | 3597.42 |
| 2026-08-27 | 3598.05 |
| 2026-09-03 | 3595.97 |
| 2026-09-10 | 3595.66 |
| 2026-09-17 | 3597.54 |
| 2026-09-24 | 3600.18 |
High
3600.18
Low
0.69199
Average
3376.82
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.