TOP to MZN exchange rate API
Pa’anga to Mozambique Metical · quoted 2026-09-27
26.4980
▼ +2.60% over 1Y
1 TOP = 26.4980 MZN · 1 MZN = 0.03774 TOP · Get this rate via the API
1 TOP buys 26.4980 MZN as of 2026-09-27, so 1 MZN buys 0.03774 TOP. Over the last year, TOP/MZN traded between 26.4695 and 27.3857, averaged 26.9881 and fell 2.60%. The API holds daily TOP/MZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/MZN over 1Y: show the values
| Point | TOP/MZN |
|---|---|
| 2025-09-27 | 27.2053 |
| 2025-10-04 | 26.4695 |
| 2025-10-11 | 26.9411 |
| 2025-10-18 | 26.9970 |
| 2025-10-25 | 26.9284 |
| 2025-11-01 | 27.1282 |
| 2025-11-08 | 26.5560 |
| 2025-11-15 | 26.5545 |
| 2025-11-22 | 26.5354 |
| 2025-11-29 | 26.5251 |
| 2025-12-06 | 26.4987 |
| 2025-12-14 | 26.6627 |
| 2025-12-21 | 26.6923 |
| 2025-12-28 | 26.6320 |
| 2026-01-04 | 26.7560 |
| 2026-01-11 | 26.5958 |
| 2026-01-18 | 26.7289 |
| 2026-01-25 | 27.2741 |
| 2026-02-01 | 27.3393 |
| 2026-02-08 | 27.0837 |
| 2026-02-15 | 27.2275 |
| 2026-02-22 | 27.1231 |
| 2026-03-01 | 27.1649 |
| 2026-03-08 | 27.3089 |
| 2026-03-15 | 27.0315 |
| 2026-03-22 | 26.9714 |
| 2026-03-29 | 27.1667 |
| 2026-04-05 | 27.2105 |
| 2026-04-13 | 27.2248 |
| 2026-04-20 | 27.1833 |
| 2026-04-27 | 27.2751 |
| 2026-05-04 | 27.3534 |
| 2026-05-11 | 27.3257 |
| 2026-05-19 | 27.3260 |
| 2026-05-27 | 27.3471 |
| 2026-06-03 | 27.3262 |
| 2026-06-12 | 27.1449 |
| 2026-06-19 | 27.2509 |
| 2026-06-26 | 27.1459 |
| 2026-07-03 | 26.9401 |
| 2026-07-10 | 26.9772 |
| 2026-07-17 | 27.3857 |
| 2026-07-24 | 27.1719 |
| 2026-07-31 | 27.1883 |
| 2026-08-07 | 27.3067 |
| 2026-08-14 | 27.0073 |
| 2026-08-22 | 26.4947 |
| 2026-08-29 | 27.0619 |
| 2026-09-05 | 27.0367 |
| 2026-09-12 | 26.9695 |
| 2026-09-19 | 26.6314 |
| 2026-09-26 | 26.4862 |
High
27.3857
Low
26.4695
Average
26.9881
Get this rate via the API
One GET request returns the TOP/MZN 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=MZN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MZN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MZN").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/MZN API questions
How do I get the TOP/MZN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MZN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/MZN rate in rates.MZN.
How far back does TOP/MZN historical data go?
Daily TOP/MZN 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/MZN 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.