Skip to content

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

TOP/IQD over YTD: show the values
PointTOP/IQD
2025-12-31551.3326
2026-01-07549.9598
2026-01-14552.5205
2026-01-21554.1380
2026-01-28558.0895
2026-02-04560.2258
2026-02-11562.4256
2026-02-18559.3543
2026-02-25560.7046
2026-03-04558.5882
2026-03-11558.2763
2026-03-18558.9291
2026-03-25557.2630
2026-04-01555.0866
2026-04-08552.4682
2026-04-16563.1883
2026-04-23559.8323
2026-04-30564.7603
2026-05-07562.1192
2026-05-15569.2735
2026-05-23555.4470
2026-05-30550.1902
2026-06-06550.3369
2026-06-15556.3141
2026-06-22556.1091
2026-06-29553.6208
2026-07-06554.1296
2026-07-13555.8864
2026-07-20556.6335
2026-07-27556.2078
2026-08-03554.1475
2026-08-10556.5784
2026-08-17557.5150
2026-08-25561.6278
2026-09-01560.1614
2026-09-08560.6910
2026-09-15556.0879
2026-09-22562.2103

High

569.2735

Low

549.9598

Average

557.2689

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=IQD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=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&currencies=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.