TOP to MAD exchange rate API
Pa’anga to Moroccan Dirham · quoted 2026-09-25
4.0605
▲ +4.61% over 1Y
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 last year, TOP/MAD traded between 3.7852 and 4.0605, averaged 3.9381 and rose 4.61%. 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 1Y: show the values
| Point | TOP/MAD |
|---|---|
| 2025-09-25 | 3.8817 |
| 2025-10-02 | 3.8573 |
| 2025-10-09 | 3.8645 |
| 2025-10-16 | 3.8978 |
| 2025-10-23 | 3.9232 |
| 2025-10-30 | 3.9023 |
| 2025-11-06 | 3.9466 |
| 2025-11-13 | 3.9371 |
| 2025-11-20 | 3.8800 |
| 2025-11-27 | 3.8592 |
| 2025-12-04 | 3.8653 |
| 2025-12-11 | 3.8587 |
| 2025-12-18 | 3.8192 |
| 2025-12-25 | 3.7852 |
| 2026-01-01 | 3.8131 |
| 2026-01-08 | 3.8549 |
| 2026-01-15 | 3.8860 |
| 2026-01-22 | 3.8815 |
| 2026-01-29 | 3.8531 |
| 2026-02-05 | 3.9164 |
| 2026-02-12 | 3.9150 |
| 2026-02-19 | 3.9160 |
| 2026-02-26 | 3.9227 |
| 2026-03-05 | 3.9654 |
| 2026-03-12 | 4.0209 |
| 2026-03-19 | 3.9970 |
| 2026-03-26 | 3.9979 |
| 2026-04-02 | 3.9801 |
| 2026-04-09 | 3.9562 |
| 2026-04-17 | 3.9319 |
| 2026-04-24 | 3.9432 |
| 2026-05-01 | 4.0023 |
| 2026-05-08 | 3.9023 |
| 2026-05-15 | 4.0103 |
| 2026-05-22 | 3.9538 |
| 2026-05-29 | 3.9688 |
| 2026-06-05 | 3.9504 |
| 2026-06-12 | 3.9437 |
| 2026-06-19 | 3.9773 |
| 2026-06-26 | 3.9948 |
| 2026-07-03 | 3.9590 |
| 2026-07-10 | 3.9512 |
| 2026-07-17 | 4.0067 |
| 2026-07-24 | 4.0061 |
| 2026-07-31 | 3.9872 |
| 2026-08-07 | 3.9898 |
| 2026-08-14 | 3.9422 |
| 2026-08-21 | 3.9457 |
| 2026-08-28 | 3.9706 |
| 2026-09-04 | 4.0048 |
| 2026-09-11 | 4.0112 |
| 2026-09-18 | 4.0319 |
| 2026-09-25 | 4.0590 |
High
4.0605
Low
3.7852
Average
3.9381
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.