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: show the values
| Point | PHP/MNT |
|---|---|
| 2025-09-26 | 61.8307 |
| 2025-10-03 | 62.1088 |
| 2025-10-10 | 61.6902 |
| 2025-10-17 | 61.8418 |
| 2025-10-24 | 61.3299 |
| 2025-10-31 | 0.0118 |
| 2025-11-07 | 0.0139 |
| 2025-11-14 | 0.0140 |
| 2025-11-21 | 60.5747 |
| 2025-11-28 | 60.7708 |
| 2025-12-05 | 60.1035 |
| 2025-12-13 | 59.9777 |
| 2025-12-20 | 60.6512 |
| 2025-12-27 | 60.5581 |
| 2026-01-03 | 60.5114 |
| 2026-01-10 | 60.0204 |
| 2026-01-17 | 59.9940 |
| 2026-01-24 | 60.4488 |
| 2026-01-31 | 60.5389 |
| 2026-02-07 | 60.9920 |
| 2026-02-14 | 61.6570 |
| 2026-02-21 | 61.6028 |
| 2026-02-28 | 61.7663 |
| 2026-03-07 | 60.4815 |
| 2026-03-14 | 59.7336 |
| 2026-03-21 | 59.3143 |
| 2026-03-28 | 59.1241 |
| 2026-04-04 | 59.1552 |
| 2026-04-11 | 60.0459 |
| 2026-04-18 | 60.0290 |
| 2026-04-25 | 58.9906 |
| 2026-05-02 | 58.4173 |
| 2026-05-09 | 59.1407 |
| 2026-05-17 | 57.9037 |
| 2026-05-25 | 58.4097 |
| 2026-06-01 | 57.9334 |
| 2026-06-10 | 58.3120 |
| 2026-06-17 | 59.2190 |
| 2026-06-24 | 58.4017 |
| 2026-07-01 | 58.1173 |
| 2026-07-08 | 58.2220 |
| 2026-07-15 | 58.1553 |
| 2026-07-22 | 58.1183 |
| 2026-07-29 | 58.5676 |
| 2026-08-05 | 59.2051 |
| 2026-08-12 | 58.7652 |
| 2026-08-20 | 58.2789 |
| 2026-08-27 | 58.1248 |
| 2026-09-03 | 57.5266 |
| 2026-09-10 | 57.4610 |
| 2026-09-17 | 57.3610 |
| 2026-09-24 | 57.3734 |
High
62.1088
Low
0.01179
Average
56.1609
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=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¤cies=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.