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: show the values
| Point | AZN/IQD |
|---|---|
| 2025-09-27 | 770.8153 |
| 2025-10-04 | 770.9385 |
| 2025-10-11 | 768.4307 |
| 2025-10-18 | 773.2235 |
| 2025-10-25 | 770.8913 |
| 2025-11-01 | 770.8685 |
| 2025-11-08 | 770.8745 |
| 2025-11-15 | 770.8961 |
| 2025-11-22 | 770.7834 |
| 2025-11-29 | 771.0333 |
| 2025-12-06 | 770.9614 |
| 2025-12-14 | 769.9491 |
| 2025-12-21 | 770.5536 |
| 2025-12-28 | 769.9146 |
| 2026-01-04 | 770.0309 |
| 2026-01-11 | 770.2086 |
| 2026-01-18 | 769.9923 |
| 2026-01-25 | 770.1679 |
| 2026-02-01 | 770.6538 |
| 2026-02-08 | 773.7911 |
| 2026-02-15 | 769.9755 |
| 2026-02-22 | 770.6043 |
| 2026-03-01 | 770.1404 |
| 2026-03-08 | 770.2176 |
| 2026-03-15 | 768.6720 |
| 2026-03-22 | 770.4692 |
| 2026-03-29 | 770.3818 |
| 2026-04-05 | 770.5848 |
| 2026-04-12 | 767.6446 |
| 2026-04-19 | 770.1089 |
| 2026-04-26 | 767.5175 |
| 2026-05-03 | 768.7927 |
| 2026-05-10 | 766.7479 |
| 2026-05-18 | 781.2934 |
| 2026-05-26 | 770.2164 |
| 2026-06-02 | 770.6981 |
| 2026-06-11 | 770.8980 |
| 2026-06-18 | 770.8540 |
| 2026-06-25 | 769.1567 |
| 2026-07-02 | 771.0867 |
| 2026-07-09 | 769.4678 |
| 2026-07-16 | 767.7806 |
| 2026-07-23 | 769.9175 |
| 2026-07-30 | 767.4286 |
| 2026-08-06 | 769.8221 |
| 2026-08-13 | 771.0973 |
| 2026-08-21 | 771.7027 |
| 2026-08-28 | 770.9212 |
| 2026-09-04 | 770.9830 |
| 2026-09-11 | 770.9778 |
| 2026-09-18 | 779.2561 |
| 2026-09-25 | 770.6430 |
High
781.2934
Low
766.7479
Average
770.5823
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.