TOP to IQD exchange rate API
Pa’anga to Iraqi Dinar · quoted 2026-09-25
551.0577
▼ +1.68% over 1Y
1 TOP = 551.0577 IQD · 1 IQD = 0.001815 TOP · Get this rate via the API
1 TOP buys 551.0577 IQD as of 2026-09-25, so 1 IQD buys 0.001815 TOP. Over the last year, TOP/IQD traded between 543.1716 and 563.0339, averaged 554.8900 and fell 1.68%. The API holds daily TOP/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/IQD over 1Y: show the values
| Point | TOP/IQD |
|---|---|
| 2025-09-25 | 560.4992 |
| 2025-10-02 | 553.8445 |
| 2025-10-09 | 553.8400 |
| 2025-10-16 | 555.2854 |
| 2025-10-23 | 555.7296 |
| 2025-10-30 | 551.1678 |
| 2025-11-06 | 555.3555 |
| 2025-11-13 | 556.1206 |
| 2025-11-20 | 547.1854 |
| 2025-11-27 | 546.2605 |
| 2025-12-04 | 548.3958 |
| 2025-12-12 | 545.0390 |
| 2025-12-19 | 548.2034 |
| 2025-12-26 | 555.3092 |
| 2026-01-02 | 548.1367 |
| 2026-01-09 | 548.5310 |
| 2026-01-16 | 556.3376 |
| 2026-01-23 | 552.9622 |
| 2026-01-30 | 559.6051 |
| 2026-02-06 | 557.5962 |
| 2026-02-13 | 561.4606 |
| 2026-02-20 | 559.8368 |
| 2026-02-27 | 560.6793 |
| 2026-03-06 | 557.6960 |
| 2026-03-13 | 560.7006 |
| 2026-03-20 | 555.5960 |
| 2026-03-27 | 560.8871 |
| 2026-04-03 | 553.9116 |
| 2026-04-10 | 558.2168 |
| 2026-04-18 | 544.0742 |
| 2026-04-25 | 543.1716 |
| 2026-05-02 | 544.0741 |
| 2026-05-09 | 544.0741 |
| 2026-05-17 | 556.2885 |
| 2026-05-25 | 559.3029 |
| 2026-06-01 | 562.7806 |
| 2026-06-10 | 557.3371 |
| 2026-06-17 | 563.0339 |
| 2026-06-24 | 556.0969 |
| 2026-07-01 | 552.4847 |
| 2026-07-08 | 560.0966 |
| 2026-07-15 | 552.7666 |
| 2026-07-22 | 554.7254 |
| 2026-07-29 | 556.7216 |
| 2026-08-05 | 556.4941 |
| 2026-08-12 | 556.1244 |
| 2026-08-20 | 555.8611 |
| 2026-08-27 | 561.3600 |
| 2026-09-03 | 559.8411 |
| 2026-09-10 | 559.9631 |
| 2026-09-17 | 560.0505 |
| 2026-09-24 | 556.9991 |
High
563.0339
Low
543.1716
Average
554.8900
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=IQD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=IQD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=IQD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/IQD API questions
How do I get the TOP/IQD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/IQD rate in rates.IQD.
How far back does TOP/IQD historical data go?
Daily TOP/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 TOP/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.