TOP to MAD exchange rate API
Pa’anga to Moroccan Dirham · quoted 2026-09-25
4.0623
▲ +2.54% over 30D
1 TOP = 4.0623 MAD · 1 MAD = 0.24616 TOP · Get this rate via the API
1 TOP buys 4.0623 MAD as of 2026-09-25, so 1 MAD buys 0.24616 TOP. Over the last 30 days, TOP/MAD traded between 3.9380 and 4.1054, averaged 4.0115 and rose 2.54%. 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 30D: show the values
| Point | TOP/MAD |
|---|---|
| 2026-08-26 | 3.9617 |
| 2026-08-27 | 3.9646 |
| 2026-08-28 | 3.9706 |
| 2026-08-29 | 3.9380 |
| 2026-08-30 | 3.9757 |
| 2026-08-31 | 3.9796 |
| 2026-09-01 | 3.9869 |
| 2026-09-02 | 4.0000 |
| 2026-09-03 | 4.0016 |
| 2026-09-04 | 4.0048 |
| 2026-09-05 | 3.9689 |
| 2026-09-06 | 3.9763 |
| 2026-09-07 | 4.0098 |
| 2026-09-08 | 4.0212 |
| 2026-09-09 | 4.0138 |
| 2026-09-10 | 4.0082 |
| 2026-09-11 | 4.0112 |
| 2026-09-12 | 3.9739 |
| 2026-09-13 | 3.9934 |
| 2026-09-14 | 4.0300 |
| 2026-09-15 | 4.0249 |
| 2026-09-16 | 4.0213 |
| 2026-09-17 | 4.0380 |
| 2026-09-18 | 4.0319 |
| 2026-09-19 | 3.9673 |
| 2026-09-20 | 4.0088 |
| 2026-09-21 | 4.0828 |
| 2026-09-22 | 4.1029 |
| 2026-09-23 | 4.1054 |
| 2026-09-24 | 4.0748 |
| 2026-09-25 | 4.0581 |
High
4.1054
Low
3.9380
Average
4.0115
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.