Skip to content

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

AZN/MRO over YTD: show the values
PointAZN/MRO
2025-12-31233.7015
2026-01-07232.9684
2026-01-14234.4337
2026-01-21234.9368
2026-01-28234.6802
2026-02-04234.2000
2026-02-11234.7311
2026-02-19235.1578
2026-02-26235.1603
2026-03-05235.6148
2026-03-12235.7621
2026-03-19235.4971
2026-03-26235.0689
2026-04-03234.4438
2026-05-14235.2863
2026-05-24234.6859
2026-05-31234.7310
2026-06-09236.4676
2026-06-16235.4165
2026-06-23235.6722
2026-06-30234.5089
2026-07-08236.1643
2026-07-15234.7575
2026-07-22235.6457
2026-07-29235.8785
2026-08-05235.8963
2026-08-12235.3642
2026-08-20234.2889
2026-08-27236.5546
2026-09-03235.1112
2026-09-10235.3720
2026-09-17236.3250
2026-09-25235.4616

High

236.5546

Low

232.9684

Average

235.1867

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=MRO"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=MRO");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=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&currencies=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.