MNT to PYG exchange rate API
Tugrik to Guarani · quoted 2026-09-26
1.6465
▼ +16.99% over 1Y
1 MNT = 1.6465 PYG · 1 PYG = 0.60735 MNT · Get this rate via the API
1 MNT buys 1.6465 PYG as of 2026-09-26, so 1 PYG buys 0.60735 MNT. Over the last year, MNT/PYG traded between 1.6416 and 10244.07, averaged 518.5936 and fell 16.99%. The API holds daily MNT/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MNT/PYG over 1Y: show the values
| Point | MNT/PYG |
|---|---|
| 2025-09-26 | 1.9834 |
| 2025-10-03 | 1.9698 |
| 2025-10-10 | 1.9508 |
| 2025-10-17 | 1.9577 |
| 2025-10-24 | 1.9653 |
| 2025-10-31 | 10244.0730 |
| 2025-11-07 | 8624.3190 |
| 2025-11-14 | 8527.5266 |
| 2025-11-21 | 1.9720 |
| 2025-11-28 | 1.9588 |
| 2025-12-05 | 1.9599 |
| 2025-12-13 | 1.9316 |
| 2025-12-20 | 1.8876 |
| 2025-12-27 | 1.9103 |
| 2026-01-03 | 1.8418 |
| 2026-01-10 | 1.8487 |
| 2026-01-17 | 1.9000 |
| 2026-01-24 | 1.8755 |
| 2026-01-31 | 1.8805 |
| 2026-02-07 | 1.8473 |
| 2026-02-14 | 1.8382 |
| 2026-02-21 | 1.8109 |
| 2026-02-28 | 1.8049 |
| 2026-03-07 | 1.8319 |
| 2026-03-14 | 1.8059 |
| 2026-03-21 | 1.8288 |
| 2026-03-28 | 1.8265 |
| 2026-04-04 | 1.8104 |
| 2026-04-11 | 1.7981 |
| 2026-04-18 | 1.7816 |
| 2026-04-25 | 1.7681 |
| 2026-05-02 | 1.7182 |
| 2026-05-09 | 1.7066 |
| 2026-05-17 | 1.7031 |
| 2026-05-25 | 1.7114 |
| 2026-06-01 | 1.7144 |
| 2026-06-10 | 1.7146 |
| 2026-06-17 | 1.7073 |
| 2026-06-24 | 1.7043 |
| 2026-07-01 | 1.6953 |
| 2026-07-08 | 1.7023 |
| 2026-07-15 | 1.6856 |
| 2026-07-22 | 1.6915 |
| 2026-07-29 | 1.6668 |
| 2026-08-05 | 1.6556 |
| 2026-08-12 | 1.6540 |
| 2026-08-20 | 1.6633 |
| 2026-08-27 | 1.6636 |
| 2026-09-03 | 1.6425 |
| 2026-09-10 | 1.6416 |
| 2026-09-17 | 1.6592 |
| 2026-09-24 | 1.6497 |
High
10244.07
Low
1.6416
Average
518.5936
Get this rate via the API
One GET request returns the MNT/PYG 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=MNT¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=PYG").json()Replace YOUR_API_KEY with the key from your dashboard.
MNT/PYG API questions
How do I get the MNT/PYG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=PYG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/PYG rate in rates.PYG.
How far back does MNT/PYG historical data go?
Daily MNT/PYG 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/PYG 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.