Skip to content

MNT to PKR exchange rate API

Tugrik to Pakistan Rupee · quoted 2026-09-26

0.07706

▼ +0.53% over 1Y

1 MNT = 0.07706 PKR · 1 PKR = 12.9764 MNT · Get this rate via the API

1 MNT buys 0.07706 PKR as of 2026-09-26, so 1 PKR buys 12.9764 MNT. Over the last year, MNT/PKR traded between 0.07706 and 408.1254, averaged 20.7022 and fell 0.53%. The API holds daily MNT/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/PKR over 1Y

MNT/PKR over 1Y: show the values
PointMNT/PKR
2025-09-260.07747
2025-10-030.07746
2025-10-100.07875
2025-10-170.07842
2025-10-240.07868
2025-10-31408.12537
2025-11-07343.88243
2025-11-14341.28998
2025-11-210.07925
2025-11-280.07982
2025-12-050.07916
2025-12-130.07909
2025-12-200.07888
2025-12-270.07881
2026-01-030.07869
2026-01-100.07867
2026-01-170.07856
2026-01-240.07852
2026-01-310.07851
2026-02-070.07837
2026-02-140.07835
2026-02-210.07834
2026-02-280.07842
2026-03-070.07830
2026-03-140.07823
2026-03-210.07827
2026-03-280.07799
2026-04-040.07811
2026-04-110.07759
2026-04-180.07799
2026-04-250.07773
2026-05-020.07786
2026-05-090.07786
2026-05-170.07824
2026-05-250.07860
2026-06-010.07858
2026-06-100.07857
2026-06-170.07852
2026-06-240.07844
2026-07-010.07848
2026-07-080.07846
2026-07-150.07838
2026-07-220.07834
2026-07-290.07813
2026-08-050.07812
2026-08-120.07810
2026-08-200.07810
2026-08-270.07801
2026-09-030.07806
2026-09-100.07808
2026-09-170.07804
2026-09-240.07798

High

408.1254

Low

0.07706

Average

20.7022

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

MNT/PKR API questions

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

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

How far back does MNT/PKR historical data go?

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