Skip to content

MZN to TRY exchange rate API

Mozambique Metical to Turkish Lira · quoted 2026-09-22

0.76514

▲ +13.79% over YTD

1 MZN = 0.76514 TRY · 1 TRY = 1.3069 MZN · Get this rate via the API

1 MZN buys 0.76514 TRY as of 2026-09-22, so 1 TRY buys 1.3069 MZN. Over the year to date, MZN/TRY traded between 0.67242 and 0.76514, averaged 0.71538 and rose 13.79%. The API holds daily MZN/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MZN/TRY over YTD

MZN/TRY over YTD: show the values
PointMZN/TRY
2025-12-310.67242
2026-01-070.67361
2026-01-140.67659
2026-01-210.67760
2026-01-280.68155
2026-02-040.68168
2026-02-110.68344
2026-02-180.68529
2026-02-250.68823
2026-03-040.68860
2026-03-110.69151
2026-03-180.69291
2026-03-250.69542
2026-04-010.69688
2026-04-080.69756
2026-04-150.69910
2026-04-220.70236
2026-04-290.70520
2026-05-060.70776
2026-05-140.71147
2026-05-210.71416
2026-05-290.71905
2026-06-050.72160
2026-06-140.72416
2026-06-210.72910
2026-06-280.72976
2026-07-050.73493
2026-07-120.73376
2026-07-190.73843
2026-07-260.74143
2026-08-020.74521
2026-08-090.74728
2026-08-160.75139
2026-08-240.75336
2026-08-310.75629
2026-09-070.75892
2026-09-140.76196
2026-09-210.76463

High

0.76514

Low

0.67242

Average

0.71538

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MZN/TRY API questions

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

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

How far back does MZN/TRY historical data go?

Daily MZN/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 MZN/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.