TOP to IQD exchange rate API
Pa’anga to Iraqi Dinar · quoted 2026-09-25
551.0577
▼ +0.05% over YTD
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 year to date, TOP/IQD traded between 549.9598 and 569.2735, averaged 557.2689 and fell 0.05%. 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 YTD: show the values
| Point | TOP/IQD |
|---|---|
| 2025-12-31 | 551.3326 |
| 2026-01-07 | 549.9598 |
| 2026-01-14 | 552.5205 |
| 2026-01-21 | 554.1380 |
| 2026-01-28 | 558.0895 |
| 2026-02-04 | 560.2258 |
| 2026-02-11 | 562.4256 |
| 2026-02-18 | 559.3543 |
| 2026-02-25 | 560.7046 |
| 2026-03-04 | 558.5882 |
| 2026-03-11 | 558.2763 |
| 2026-03-18 | 558.9291 |
| 2026-03-25 | 557.2630 |
| 2026-04-01 | 555.0866 |
| 2026-04-08 | 552.4682 |
| 2026-04-16 | 563.1883 |
| 2026-04-23 | 559.8323 |
| 2026-04-30 | 564.7603 |
| 2026-05-07 | 562.1192 |
| 2026-05-15 | 569.2735 |
| 2026-05-23 | 555.4470 |
| 2026-05-30 | 550.1902 |
| 2026-06-06 | 550.3369 |
| 2026-06-15 | 556.3141 |
| 2026-06-22 | 556.1091 |
| 2026-06-29 | 553.6208 |
| 2026-07-06 | 554.1296 |
| 2026-07-13 | 555.8864 |
| 2026-07-20 | 556.6335 |
| 2026-07-27 | 556.2078 |
| 2026-08-03 | 554.1475 |
| 2026-08-10 | 556.5784 |
| 2026-08-17 | 557.5150 |
| 2026-08-25 | 561.6278 |
| 2026-09-01 | 560.1614 |
| 2026-09-08 | 560.6910 |
| 2026-09-15 | 556.0879 |
| 2026-09-22 | 562.2103 |
High
569.2735
Low
549.9598
Average
557.2689
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.