Skip to content

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

TOP/IQD over 1Y: show the values
PointTOP/IQD
2025-09-25560.4992
2025-10-02553.8445
2025-10-09553.8400
2025-10-16555.2854
2025-10-23555.7296
2025-10-30551.1678
2025-11-06555.3555
2025-11-13556.1206
2025-11-20547.1854
2025-11-27546.2605
2025-12-04548.3958
2025-12-12545.0390
2025-12-19548.2034
2025-12-26555.3092
2026-01-02548.1367
2026-01-09548.5310
2026-01-16556.3376
2026-01-23552.9622
2026-01-30559.6051
2026-02-06557.5962
2026-02-13561.4606
2026-02-20559.8368
2026-02-27560.6793
2026-03-06557.6960
2026-03-13560.7006
2026-03-20555.5960
2026-03-27560.8871
2026-04-03553.9116
2026-04-10558.2168
2026-04-18544.0742
2026-04-25543.1716
2026-05-02544.0741
2026-05-09544.0741
2026-05-17556.2885
2026-05-25559.3029
2026-06-01562.7806
2026-06-10557.3371
2026-06-17563.0339
2026-06-24556.0969
2026-07-01552.4847
2026-07-08560.0966
2026-07-15552.7666
2026-07-22554.7254
2026-07-29556.7216
2026-08-05556.4941
2026-08-12556.1244
2026-08-20555.8611
2026-08-27561.3600
2026-09-03559.8411
2026-09-10559.9631
2026-09-17560.0505
2026-09-24556.9991

High

563.0339

Low

543.1716

Average

554.8900

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.