TOP to MNT exchange rate API
Pa’anga to Tugrik · quoted 2026-09-25
1520.04
▼ +1.21% over 1Y
1 TOP = 1520.04 MNT · 1 MNT = 0.000658 TOP · Get this rate via the API
1 TOP buys 1520.04 MNT as of 2026-09-25, so 1 MNT buys 0.000658 TOP. Over the last year, TOP/MNT traded between 0.26358 and 1540.76, averaged 1430.49 and fell 1.21%. The API holds daily TOP/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/MNT over 1Y: show the values
| Point | TOP/MNT |
|---|---|
| 2025-09-25 | 1538.65 |
| 2025-10-02 | 1521.32 |
| 2025-10-09 | 1520.13 |
| 2025-10-16 | 1525.16 |
| 2025-10-23 | 1523.93 |
| 2025-10-30 | 0.26 |
| 2025-11-06 | 0.35 |
| 2025-11-13 | 0.33 |
| 2025-11-20 | 1491.48 |
| 2025-11-27 | 1485.61 |
| 2025-12-04 | 1486.62 |
| 2025-12-12 | 1480.77 |
| 2025-12-19 | 1486.16 |
| 2025-12-26 | 1507.70 |
| 2026-01-02 | 1488.72 |
| 2026-01-09 | 1487.23 |
| 2026-01-16 | 1511.49 |
| 2026-01-23 | 1511.19 |
| 2026-01-30 | 1522.18 |
| 2026-02-06 | 1518.03 |
| 2026-02-13 | 1528.17 |
| 2026-02-20 | 1522.76 |
| 2026-02-27 | 1526.05 |
| 2026-03-06 | 1520.16 |
| 2026-03-13 | 1523.63 |
| 2026-03-20 | 1521.51 |
| 2026-03-27 | 1529.92 |
| 2026-04-03 | 1513.57 |
| 2026-04-10 | 1523.48 |
| 2026-04-18 | 1485.02 |
| 2026-04-25 | 1487.04 |
| 2026-05-02 | 1487.01 |
| 2026-05-09 | 1486.40 |
| 2026-05-17 | 1519.03 |
| 2026-05-25 | 1533.63 |
| 2026-06-01 | 1536.56 |
| 2026-06-10 | 1522.70 |
| 2026-06-17 | 1538.03 |
| 2026-06-24 | 1518.01 |
| 2026-07-01 | 1511.71 |
| 2026-07-08 | 1528.72 |
| 2026-07-15 | 1519.25 |
| 2026-07-22 | 1518.06 |
| 2026-07-29 | 1528.07 |
| 2026-08-05 | 1527.27 |
| 2026-08-12 | 1527.23 |
| 2026-08-20 | 1535.32 |
| 2026-08-27 | 1540.76 |
| 2026-09-03 | 1538.60 |
| 2026-09-10 | 1536.96 |
| 2026-09-17 | 1529.12 |
| 2026-09-24 | 1525.02 |
High
1540.76
Low
0.26358
Average
1430.49
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/MNT API questions
How do I get the TOP/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/MNT rate in rates.MNT.
How far back does TOP/MNT historical data go?
Daily TOP/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 TOP/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.