Skip to content

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

MNT/PYG over 1Y: show the values
PointMNT/PYG
2025-09-261.9834
2025-10-031.9698
2025-10-101.9508
2025-10-171.9577
2025-10-241.9653
2025-10-3110244.0730
2025-11-078624.3190
2025-11-148527.5266
2025-11-211.9720
2025-11-281.9588
2025-12-051.9599
2025-12-131.9316
2025-12-201.8876
2025-12-271.9103
2026-01-031.8418
2026-01-101.8487
2026-01-171.9000
2026-01-241.8755
2026-01-311.8805
2026-02-071.8473
2026-02-141.8382
2026-02-211.8109
2026-02-281.8049
2026-03-071.8319
2026-03-141.8059
2026-03-211.8288
2026-03-281.8265
2026-04-041.8104
2026-04-111.7981
2026-04-181.7816
2026-04-251.7681
2026-05-021.7182
2026-05-091.7066
2026-05-171.7031
2026-05-251.7114
2026-06-011.7144
2026-06-101.7146
2026-06-171.7073
2026-06-241.7043
2026-07-011.6953
2026-07-081.7023
2026-07-151.6856
2026-07-221.6915
2026-07-291.6668
2026-08-051.6556
2026-08-121.6540
2026-08-201.6633
2026-08-271.6636
2026-09-031.6425
2026-09-101.6416
2026-09-171.6592
2026-09-241.6497

High

10244.07

Low

1.6416

Average

518.5936

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=PYG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=PYG");
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=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&currencies=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.