Skip to content

PHP to MNT exchange rate API

Philippine Peso to Tugrik · quoted 2026-09-26

57.6284

▼ +6.80% over 1Y

1 PHP = 57.6284 MNT · 1 MNT = 0.01735 PHP · Get this rate via the API

1 PHP buys 57.6284 MNT as of 2026-09-26, so 1 MNT buys 0.01735 PHP. Over the last year, PHP/MNT traded between 0.01179 and 62.1088, averaged 56.1609 and fell 6.80%. The API holds daily PHP/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PHP/MNT over 1Y

PHP/MNT over 1Y: show the values
PointPHP/MNT
2025-09-2661.8307
2025-10-0362.1088
2025-10-1061.6902
2025-10-1761.8418
2025-10-2461.3299
2025-10-310.0118
2025-11-070.0139
2025-11-140.0140
2025-11-2160.5747
2025-11-2860.7708
2025-12-0560.1035
2025-12-1359.9777
2025-12-2060.6512
2025-12-2760.5581
2026-01-0360.5114
2026-01-1060.0204
2026-01-1759.9940
2026-01-2460.4488
2026-01-3160.5389
2026-02-0760.9920
2026-02-1461.6570
2026-02-2161.6028
2026-02-2861.7663
2026-03-0760.4815
2026-03-1459.7336
2026-03-2159.3143
2026-03-2859.1241
2026-04-0459.1552
2026-04-1160.0459
2026-04-1860.0290
2026-04-2558.9906
2026-05-0258.4173
2026-05-0959.1407
2026-05-1757.9037
2026-05-2558.4097
2026-06-0157.9334
2026-06-1058.3120
2026-06-1759.2190
2026-06-2458.4017
2026-07-0158.1173
2026-07-0858.2220
2026-07-1558.1553
2026-07-2258.1183
2026-07-2958.5676
2026-08-0559.2051
2026-08-1258.7652
2026-08-2058.2789
2026-08-2758.1248
2026-09-0357.5266
2026-09-1057.4610
2026-09-1757.3610
2026-09-2457.3734

High

62.1088

Low

0.01179

Average

56.1609

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PHP/MNT API questions

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

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

How far back does PHP/MNT historical data go?

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