Skip to content

MNT to TRY exchange rate API

Tugrik to Turkish Lira · quoted 2026-09-27

0.01360

▲ +35.60% over 5Y

1 MNT = 0.01360 TRY · 1 TRY = 73.5456 MNT · Get this rate via the API

1 MNT buys 0.01360 TRY as of 2026-09-27, so 1 TRY buys 73.5456 MNT. Over the last 5 years, MNT/TRY traded between 0.01003 and 51.2492, averaged 1.9823 and rose 35.60%. The API holds daily MNT/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/TRY over 5Y

MNT/TRY over 5Y: show the values
PointMNT/TRY
2024-08-240.01003
2024-10-070.01007
2024-11-060.01003
2024-12-060.01013
2025-01-050.01033
2025-02-040.01041
2025-03-060.01050
2025-04-060.01083
2025-05-060.01080
2025-06-070.01095
2025-07-070.01116
2025-08-060.01133
2025-09-050.01146
2025-10-060.01159
2025-11-0551.24921
2025-12-050.01199
2026-01-050.01209
2026-02-040.01219
2026-03-060.01234
2026-04-050.01249
2026-05-050.01264
2026-06-060.01287
2026-07-080.01307
2026-08-070.01326
2026-09-070.01346

High

51.2492

Low

0.01003

Average

1.9823

For developers

Get this rate via the API

One GET request returns the MNT/TRY 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=TRY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=TRY");
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=TRY").json()

Replace YOUR_API_KEY with the key from your dashboard.

MNT/TRY API questions

How do I get the MNT/TRY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=TRY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/TRY rate in rates.TRY.

How far back does MNT/TRY historical data go?

Daily MNT/TRY 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/TRY 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.