Skip to content

TOP to MNT exchange rate API

Pa’anga to Tugrik · quoted 2026-09-25

1520.04

▲ +1.63% over YTD

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 year to date, TOP/MNT traded between 1494.49 and 1555.78, averaged 1523.50 and rose 1.63%. 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 YTD

TOP/MNT over YTD: show the values
PointTOP/MNT
2025-12-311495.72
2026-01-071494.49
2026-01-141501.45
2026-01-211507.98
2026-01-281521.78
2026-02-041529.45
2026-02-111531.11
2026-02-181525.77
2026-02-251527.76
2026-03-041521.24
2026-03-111520.00
2026-03-181524.84
2026-03-251520.65
2026-04-011513.78
2026-04-081515.40
2026-04-161541.45
2026-04-231524.34
2026-04-301542.91
2026-05-071536.02
2026-05-151555.78
2026-05-231517.60
2026-05-301502.04
2026-06-061503.24
2026-06-151519.95
2026-06-221519.81
2026-06-291512.91
2026-07-061514.71
2026-07-131517.05
2026-07-201524.96
2026-07-271528.60
2026-08-031526.39
2026-08-101531.77
2026-08-171534.27
2026-08-251543.24
2026-09-011538.21
2026-09-081539.95
2026-09-151526.30
2026-09-221543.53

High

1555.78

Low

1494.49

Average

1523.50

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.