AZN to MRO exchange rate API
Azerbaijanian Manat to Ouguiya · quoted 2026-09-26
236.4018
▲ +1.16% over YTD
1 AZN = 236.4018 MRO · 1 MRO = 0.004230 AZN · Get this rate via the API
1 AZN buys 236.4018 MRO as of 2026-09-26, so 1 MRO buys 0.004230 AZN. Over the year to date, AZN/MRO traded between 232.9684 and 236.5546, averaged 235.1867 and rose 1.16%. The API holds daily AZN/MRO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/MRO over YTD: show the values
| Point | AZN/MRO |
|---|---|
| 2025-12-31 | 233.7015 |
| 2026-01-07 | 232.9684 |
| 2026-01-14 | 234.4337 |
| 2026-01-21 | 234.9368 |
| 2026-01-28 | 234.6802 |
| 2026-02-04 | 234.2000 |
| 2026-02-11 | 234.7311 |
| 2026-02-19 | 235.1578 |
| 2026-02-26 | 235.1603 |
| 2026-03-05 | 235.6148 |
| 2026-03-12 | 235.7621 |
| 2026-03-19 | 235.4971 |
| 2026-03-26 | 235.0689 |
| 2026-04-03 | 234.4438 |
| 2026-05-14 | 235.2863 |
| 2026-05-24 | 234.6859 |
| 2026-05-31 | 234.7310 |
| 2026-06-09 | 236.4676 |
| 2026-06-16 | 235.4165 |
| 2026-06-23 | 235.6722 |
| 2026-06-30 | 234.5089 |
| 2026-07-08 | 236.1643 |
| 2026-07-15 | 234.7575 |
| 2026-07-22 | 235.6457 |
| 2026-07-29 | 235.8785 |
| 2026-08-05 | 235.8963 |
| 2026-08-12 | 235.3642 |
| 2026-08-20 | 234.2889 |
| 2026-08-27 | 236.5546 |
| 2026-09-03 | 235.1112 |
| 2026-09-10 | 235.3720 |
| 2026-09-17 | 236.3250 |
| 2026-09-25 | 235.4616 |
High
236.5546
Low
232.9684
Average
235.1867
Get this rate via the API
One GET request returns the AZN/MRO 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=AZN¤cies=MRO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MRO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MRO").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/MRO API questions
How do I get the AZN/MRO exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MRO, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/MRO rate in rates.MRO.
How far back does AZN/MRO historical data go?
Daily AZN/MRO 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 AZN/MRO 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.