TOP to MAD exchange rate API
Pa’anga to Moroccan Dirham · quoted 2026-09-25
4.0605
▲ +5.86% over YTD
1 TOP = 4.0605 MAD · 1 MAD = 0.24627 TOP · Get this rate via the API
1 TOP buys 4.0605 MAD as of 2026-09-25, so 1 MAD buys 0.24627 TOP. Over the year to date, TOP/MAD traded between 3.8358 and 4.0748, averaged 3.9572 and rose 5.86%. The API holds daily TOP/MAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/MAD over YTD: show the values
| Point | TOP/MAD |
|---|---|
| 2025-12-31 | 3.8358 |
| 2026-01-07 | 3.8650 |
| 2026-01-14 | 3.8870 |
| 2026-01-21 | 3.8851 |
| 2026-01-28 | 3.8603 |
| 2026-02-04 | 3.9307 |
| 2026-02-11 | 3.9142 |
| 2026-02-18 | 3.9100 |
| 2026-02-25 | 3.9278 |
| 2026-03-04 | 3.9615 |
| 2026-03-11 | 3.9843 |
| 2026-03-18 | 4.0068 |
| 2026-03-25 | 3.9733 |
| 2026-04-01 | 3.9546 |
| 2026-04-08 | 3.9495 |
| 2026-04-16 | 3.9811 |
| 2026-04-23 | 3.9472 |
| 2026-04-30 | 3.9883 |
| 2026-05-07 | 3.9404 |
| 2026-05-14 | 3.9609 |
| 2026-05-21 | 3.9713 |
| 2026-05-28 | 3.9375 |
| 2026-06-04 | 3.9268 |
| 2026-06-11 | 3.9213 |
| 2026-06-18 | 4.0140 |
| 2026-06-25 | 3.9744 |
| 2026-07-02 | 3.9644 |
| 2026-07-09 | 3.9519 |
| 2026-07-16 | 3.9694 |
| 2026-07-23 | 4.0042 |
| 2026-07-30 | 3.9891 |
| 2026-08-06 | 3.9500 |
| 2026-08-13 | 3.9513 |
| 2026-08-20 | 3.9502 |
| 2026-08-27 | 3.9646 |
| 2026-09-03 | 4.0016 |
| 2026-09-10 | 4.0082 |
| 2026-09-17 | 4.0380 |
| 2026-09-24 | 4.0748 |
High
4.0748
Low
3.8358
Average
3.9572
Get this rate via the API
One GET request returns the TOP/MAD 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=MAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MAD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/MAD API questions
How do I get the TOP/MAD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=MAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/MAD rate in rates.MAD.
How far back does TOP/MAD historical data go?
Daily TOP/MAD 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/MAD 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.