Skip to content

AZN to IQD exchange rate API

Azerbaijanian Manat to Iraqi Dinar · quoted 2026-09-27

769.8262

▼ +0.13% over 1Y

1 AZN = 769.8262 IQD · 1 IQD = 0.001299 AZN · Get this rate via the API

1 AZN buys 769.8262 IQD as of 2026-09-27, so 1 IQD buys 0.001299 AZN. Over the last year, AZN/IQD traded between 766.7479 and 781.2934, averaged 770.5823 and fell 0.13%. The API holds daily AZN/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/IQD over 1Y

AZN/IQD over 1Y: show the values
PointAZN/IQD
2025-09-27770.8153
2025-10-04770.9385
2025-10-11768.4307
2025-10-18773.2235
2025-10-25770.8913
2025-11-01770.8685
2025-11-08770.8745
2025-11-15770.8961
2025-11-22770.7834
2025-11-29771.0333
2025-12-06770.9614
2025-12-14769.9491
2025-12-21770.5536
2025-12-28769.9146
2026-01-04770.0309
2026-01-11770.2086
2026-01-18769.9923
2026-01-25770.1679
2026-02-01770.6538
2026-02-08773.7911
2026-02-15769.9755
2026-02-22770.6043
2026-03-01770.1404
2026-03-08770.2176
2026-03-15768.6720
2026-03-22770.4692
2026-03-29770.3818
2026-04-05770.5848
2026-04-12767.6446
2026-04-19770.1089
2026-04-26767.5175
2026-05-03768.7927
2026-05-10766.7479
2026-05-18781.2934
2026-05-26770.2164
2026-06-02770.6981
2026-06-11770.8980
2026-06-18770.8540
2026-06-25769.1567
2026-07-02771.0867
2026-07-09769.4678
2026-07-16767.7806
2026-07-23769.9175
2026-07-30767.4286
2026-08-06769.8221
2026-08-13771.0973
2026-08-21771.7027
2026-08-28770.9212
2026-09-04770.9830
2026-09-11770.9778
2026-09-18779.2561
2026-09-25770.6430

High

781.2934

Low

766.7479

Average

770.5823

For developers

Get this rate via the API

One GET request returns the AZN/IQD 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=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=IQD");
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=IQD").json()

Replace YOUR_API_KEY with the key from your dashboard.

AZN/IQD API questions

How do I get the AZN/IQD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/IQD rate in rates.IQD.

How far back does AZN/IQD historical data go?

Daily AZN/IQD 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/IQD 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.