Skip to content

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

TOP/MNT over 1Y: show the values
PointTOP/MNT
2025-09-251538.65
2025-10-021521.32
2025-10-091520.13
2025-10-161525.16
2025-10-231523.93
2025-10-300.26
2025-11-060.35
2025-11-130.33
2025-11-201491.48
2025-11-271485.61
2025-12-041486.62
2025-12-121480.77
2025-12-191486.16
2025-12-261507.70
2026-01-021488.72
2026-01-091487.23
2026-01-161511.49
2026-01-231511.19
2026-01-301522.18
2026-02-061518.03
2026-02-131528.17
2026-02-201522.76
2026-02-271526.05
2026-03-061520.16
2026-03-131523.63
2026-03-201521.51
2026-03-271529.92
2026-04-031513.57
2026-04-101523.48
2026-04-181485.02
2026-04-251487.04
2026-05-021487.01
2026-05-091486.40
2026-05-171519.03
2026-05-251533.63
2026-06-011536.56
2026-06-101522.70
2026-06-171538.03
2026-06-241518.01
2026-07-011511.71
2026-07-081528.72
2026-07-151519.25
2026-07-221518.06
2026-07-291528.07
2026-08-051527.27
2026-08-121527.23
2026-08-201535.32
2026-08-271540.76
2026-09-031538.60
2026-09-101536.96
2026-09-171529.12
2026-09-241525.02

High

1540.76

Low

0.26358

Average

1430.49

For developers

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