Skip to content

TOP to IRR exchange rate API

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

576323.05

▲ +3103.99% over 1Y

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 year, TOP/IRR traded between 17550.04 and 590849.67, averaged 396417.09 and rose 3103.99%. 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 1Y

TOP/IRR over 1Y: show the values
PointTOP/IRR
2025-09-2517987.68
2025-10-0217777.64
2025-10-0917785.32
2025-10-1617821.81
2025-10-2317824.12
2025-10-3017716.41
2025-11-0617838.30
2025-11-1317861.78
2025-11-2017583.26
2025-11-2717565.43
2025-12-0417612.87
2025-12-1217550.04
2025-12-1917597.00
2025-12-2617739.23
2026-01-0217553.70
2026-01-0917593.68
2026-01-16451601.87
2026-01-23454583.28
2026-01-30470080.10
2026-02-06503063.90
2026-02-13546235.29
2026-02-20548486.88
2026-02-27561039.60
2026-03-06561776.60
2026-03-13562001.18
2026-03-20560106.99
2026-03-27562999.93
2026-04-03557376.06
2026-04-10560773.55
2026-04-18548850.40
2026-04-25546981.48
2026-05-02545735.35
2026-05-09544697.13
2026-05-17559626.03
2026-05-25566240.94
2026-06-01580327.56
2026-06-10585147.45
2026-06-17590849.67
2026-06-24582404.98
2026-07-01580617.11
2026-07-08586256.08
2026-07-15582081.83
2026-07-22581494.83
2026-07-29584130.27
2026-08-05583520.26
2026-08-12583657.03
2026-08-20586569.89
2026-08-27588766.88
2026-09-03588132.76
2026-09-10587526.34
2026-09-17584097.91
2026-09-24582536.85

High

590849.67

Low

17550.04

Average

396417.09

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.