TOP to IQD exchange rate API
Pa’anga to Iraqi Dinar · quoted 2026-09-25
551.0577
▼ +1.67% over 30D
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 30 days, TOP/IQD traded between 546.6688 and 563.5215, averaged 558.1972 and fell 1.67%. 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 30D: show the values
| Point | TOP/IQD |
|---|---|
| 2026-08-26 | 560.4008 |
| 2026-08-27 | 561.3600 |
| 2026-08-28 | 561.5321 |
| 2026-08-29 | 555.6361 |
| 2026-08-30 | 560.6331 |
| 2026-08-31 | 563.5215 |
| 2026-09-01 | 560.1614 |
| 2026-09-02 | 561.1540 |
| 2026-09-03 | 559.8411 |
| 2026-09-04 | 560.4991 |
| 2026-09-05 | 555.6044 |
| 2026-09-06 | 555.8447 |
| 2026-09-07 | 559.6431 |
| 2026-09-08 | 560.6910 |
| 2026-09-09 | 560.4211 |
| 2026-09-10 | 559.9631 |
| 2026-09-11 | 559.4057 |
| 2026-09-12 | 554.0965 |
| 2026-09-13 | 555.9680 |
| 2026-09-14 | 559.0672 |
| 2026-09-15 | 556.0879 |
| 2026-09-16 | 556.7405 |
| 2026-09-17 | 560.0505 |
| 2026-09-18 | 555.1912 |
| 2026-09-19 | 546.6688 |
| 2026-09-20 | 551.8755 |
| 2026-09-21 | 560.5121 |
| 2026-09-22 | 562.2103 |
| 2026-09-23 | 561.2770 |
| 2026-09-24 | 556.9991 |
High
563.5215
Low
546.6688
Average
558.1972
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.