TOP to MZN exchange rate API
Pa’anga to Mozambique Metical · quoted 2026-09-27
26.4980
▼ +3.16% over 30D
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 30 days, TOP/MZN traded between 26.4862 and 27.3683, averaged 27.1083 and fell 3.16%. 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 30D: show the values
| Point | TOP/MZN |
|---|---|
| 2026-08-28 | 27.3635 |
| 2026-08-29 | 27.0619 |
| 2026-08-30 | 27.3371 |
| 2026-08-31 | 27.3107 |
| 2026-09-01 | 27.2873 |
| 2026-09-02 | 27.3100 |
| 2026-09-03 | 27.2919 |
| 2026-09-04 | 27.2876 |
| 2026-09-05 | 27.0367 |
| 2026-09-06 | 27.0919 |
| 2026-09-07 | 27.2552 |
| 2026-09-08 | 27.3148 |
| 2026-09-09 | 27.3168 |
| 2026-09-10 | 27.2805 |
| 2026-09-11 | 27.2440 |
| 2026-09-12 | 26.9695 |
| 2026-09-13 | 27.0576 |
| 2026-09-14 | 27.2047 |
| 2026-09-15 | 27.0715 |
| 2026-09-16 | 27.1079 |
| 2026-09-17 | 27.1058 |
| 2026-09-18 | 27.0755 |
| 2026-09-19 | 26.6314 |
| 2026-09-20 | 26.9102 |
| 2026-09-21 | 27.3263 |
| 2026-09-22 | 27.3683 |
| 2026-09-23 | 27.3008 |
| 2026-09-24 | 27.0375 |
| 2026-09-25 | 27.0283 |
| 2026-09-26 | 26.4862 |
| 2026-09-27 | 26.4980 |
High
27.3683
Low
26.4862
Average
27.1083
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.