Skip to content

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

TOP/IQD over 30D: show the values
PointTOP/IQD
2026-08-26560.4008
2026-08-27561.3600
2026-08-28561.5321
2026-08-29555.6361
2026-08-30560.6331
2026-08-31563.5215
2026-09-01560.1614
2026-09-02561.1540
2026-09-03559.8411
2026-09-04560.4991
2026-09-05555.6044
2026-09-06555.8447
2026-09-07559.6431
2026-09-08560.6910
2026-09-09560.4211
2026-09-10559.9631
2026-09-11559.4057
2026-09-12554.0965
2026-09-13555.9680
2026-09-14559.0672
2026-09-15556.0879
2026-09-16556.7405
2026-09-17560.0505
2026-09-18555.1912
2026-09-19546.6688
2026-09-20551.8755
2026-09-21560.5121
2026-09-22562.2103
2026-09-23561.2770
2026-09-24556.9991

High

563.5215

Low

546.6688

Average

558.1972

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.