Skip to content

PGK to MNT exchange rate API

Kina to Tugrik · quoted 2026-09-24

811.4548

▼ +7.92% over 5Y

1 PGK = 811.4548 MNT · 1 MNT = 0.001232 PGK · Get this rate via the API

1 PGK buys 811.4548 MNT as of 2026-09-24, so 1 MNT buys 0.001232 PGK. Over the last 5 years, PGK/MNT traded between 0.19534 and 900.7219, averaged 822.3913 and fell 7.92%. The API holds daily PGK/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/MNT over 5Y

PGK/MNT over 5Y: show the values
PointPGK/MNT
2024-08-24881.2287
2024-10-07884.3966
2024-11-06882.9952
2024-12-06889.8738
2025-01-05863.4101
2025-02-04878.7409
2025-03-06865.6939
2025-04-06879.6774
2025-05-06894.4196
2025-06-07874.3158
2025-07-07893.6751
2025-08-06900.7219
2025-09-05884.1688
2025-10-06863.6899
2025-11-050.1953
2025-12-05834.8630
2026-01-05834.6640
2026-02-04834.9015
2026-03-06830.4417
2026-04-05828.3477
2026-05-05824.4667
2026-06-06819.1741
2026-07-08816.2102
2026-08-07805.0452
2026-09-07805.4015

High

900.7219

Low

0.19534

Average

822.3913

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/MNT API questions

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

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

How far back does PGK/MNT historical data go?

Daily PGK/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 PGK/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.