Skip to content

TOP to IRR exchange rate API

Pa’anga to Iranian Rial · quoted 2026-09-25

576323.05

▼ +2.07% over 30D

1 TOP = 576323.05 IRR · 1 IRR = 0.000002 TOP · Get this rate via the API

1 TOP buys 576323.05 IRR as of 2026-09-25, so 1 IRR buys 0.000002 TOP. Over the last 30 days, TOP/IRR traded between 573530.98 and 589780.04, averaged 585296.76 and fell 2.07%. The API holds daily TOP/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/IRR over 30D

TOP/IRR over 30D: show the values
PointTOP/IRR
2026-08-26588523.67
2026-08-27588766.88
2026-08-28588750.84
2026-08-29583054.65
2026-08-30588222.58
2026-08-31588323.40
2026-09-01587816.34
2026-09-02588508.96
2026-09-03588132.76
2026-09-04587884.75
2026-09-05582653.49
2026-09-06583308.01
2026-09-07586999.50
2026-09-08588311.12
2026-09-09588732.84
2026-09-10587526.34
2026-09-11586753.09
2026-09-12581026.67
2026-09-13583399.20
2026-09-14586140.17
2026-09-15583394.26
2026-09-16583467.50
2026-09-17584097.91
2026-09-18582347.07
2026-09-19573530.98
2026-09-20579011.58
2026-09-21588527.97
2026-09-22589780.04
2026-09-23588346.98
2026-09-24582536.85

High

589780.04

Low

573530.98

Average

585296.76

For developers

Get this rate via the API

One GET request returns the TOP/IRR 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=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=IRR");
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=IRR").json()

Replace YOUR_API_KEY with the key from your dashboard.

TOP/IRR API questions

How do I get the TOP/IRR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/IRR rate in rates.IRR.

How far back does TOP/IRR historical data go?

Daily TOP/IRR 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/IRR 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.