PEN to MNT exchange rate API
Sol to Tugrik · quoted 2026-09-27
1060.33
▲ +3.21% over 1Y
1 PEN = 1060.33 MNT · 1 MNT = 0.000943 PEN · Get this rate via the API
1 PEN buys 1060.33 MNT as of 2026-09-27, so 1 MNT buys 0.000943 PEN. Over the last year, PEN/MNT traded between 0.17977 and 1081.50, averaged 976.6207 and rose 3.21%. The API holds daily PEN/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PEN/MNT over 1Y: show the values
| Point | PEN/MNT |
|---|---|
| 2025-09-27 | 1027.31 |
| 2025-10-04 | 1038.54 |
| 2025-10-11 | 1046.93 |
| 2025-10-18 | 1064.45 |
| 2025-10-25 | 0.18 |
| 2025-11-01 | 0.20 |
| 2025-11-08 | 0.23 |
| 2025-11-15 | 0.25 |
| 2025-11-22 | 1056.24 |
| 2025-11-29 | 1057.50 |
| 2025-12-06 | 1053.47 |
| 2025-12-14 | 1056.62 |
| 2025-12-21 | 1058.19 |
| 2025-12-28 | 1060.02 |
| 2026-01-04 | 1062.91 |
| 2026-01-11 | 1063.18 |
| 2026-01-18 | 1064.43 |
| 2026-01-25 | 1066.79 |
| 2026-02-01 | 1062.21 |
| 2026-02-08 | 1064.94 |
| 2026-02-15 | 1066.84 |
| 2026-02-22 | 1063.97 |
| 2026-03-01 | 1066.06 |
| 2026-03-08 | 1027.36 |
| 2026-03-15 | 1036.01 |
| 2026-03-22 | 1028.40 |
| 2026-03-29 | 1027.46 |
| 2026-04-05 | 1038.36 |
| 2026-04-12 | 1061.97 |
| 2026-04-19 | 1042.08 |
| 2026-04-26 | 1037.15 |
| 2026-05-03 | 1023.20 |
| 2026-05-10 | 1043.54 |
| 2026-05-18 | 1049.16 |
| 2026-05-26 | 1051.74 |
| 2026-06-02 | 1055.71 |
| 2026-06-11 | 1062.25 |
| 2026-06-18 | 1062.90 |
| 2026-06-25 | 1055.52 |
| 2026-07-02 | 1058.23 |
| 2026-07-09 | 1060.23 |
| 2026-07-16 | 1061.69 |
| 2026-07-23 | 1061.54 |
| 2026-07-30 | 1063.86 |
| 2026-08-06 | 1069.03 |
| 2026-08-13 | 1075.60 |
| 2026-08-21 | 1081.50 |
| 2026-08-28 | 1079.42 |
| 2026-09-04 | 1075.62 |
| 2026-09-11 | 1074.49 |
| 2026-09-18 | 1077.87 |
| 2026-09-25 | 1057.24 |
High
1081.50
Low
0.17977
Average
976.6207
Get this rate via the API
One GET request returns the PEN/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=PEN¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
PEN/MNT API questions
How do I get the PEN/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PEN/MNT rate in rates.MNT.
How far back does PEN/MNT historical data go?
Daily PEN/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 PEN/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.