Skip to content

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

PEN/MNT over 1Y: show the values
PointPEN/MNT
2025-09-271027.31
2025-10-041038.54
2025-10-111046.93
2025-10-181064.45
2025-10-250.18
2025-11-010.20
2025-11-080.23
2025-11-150.25
2025-11-221056.24
2025-11-291057.50
2025-12-061053.47
2025-12-141056.62
2025-12-211058.19
2025-12-281060.02
2026-01-041062.91
2026-01-111063.18
2026-01-181064.43
2026-01-251066.79
2026-02-011062.21
2026-02-081064.94
2026-02-151066.84
2026-02-221063.97
2026-03-011066.06
2026-03-081027.36
2026-03-151036.01
2026-03-221028.40
2026-03-291027.46
2026-04-051038.36
2026-04-121061.97
2026-04-191042.08
2026-04-261037.15
2026-05-031023.20
2026-05-101043.54
2026-05-181049.16
2026-05-261051.74
2026-06-021055.71
2026-06-111062.25
2026-06-181062.90
2026-06-251055.52
2026-07-021058.23
2026-07-091060.23
2026-07-161061.69
2026-07-231061.54
2026-07-301063.86
2026-08-061069.03
2026-08-131075.60
2026-08-211081.50
2026-08-281079.42
2026-09-041075.62
2026-09-111074.49
2026-09-181077.87
2026-09-251057.24

High

1081.50

Low

0.17977

Average

976.6207

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PEN&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=PEN&currencies=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&currencies=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.