TOP to IRR exchange rate API
Pa’anga to Iranian Rial · quoted 2026-09-25
576323.05
▲ +3076.27% over 5Y
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 5 years, TOP/IRR traded between 17465.06 and 589098.25, averaged 207538.50 and rose 3076.27%. 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 5Y: show the values
| Point | TOP/IRR |
|---|---|
| 2024-08-24 | 18144.62 |
| 2024-10-07 | 18446.45 |
| 2024-11-06 | 18447.31 |
| 2024-12-06 | 18001.82 |
| 2025-01-05 | 17778.48 |
| 2025-02-04 | 17465.06 |
| 2025-03-06 | 17925.98 |
| 2025-04-06 | 17697.04 |
| 2025-05-06 | 17964.35 |
| 2025-06-07 | 17867.90 |
| 2025-07-07 | 18186.64 |
| 2025-08-06 | 18133.54 |
| 2025-09-05 | 18174.42 |
| 2025-10-06 | 17785.89 |
| 2025-11-05 | 17928.00 |
| 2025-12-05 | 17555.92 |
| 2026-01-05 | 17658.01 |
| 2026-02-04 | 494141.12 |
| 2026-03-06 | 561776.60 |
| 2026-04-05 | 560688.00 |
| 2026-05-06 | 565292.97 |
| 2026-06-09 | 589098.25 |
| 2026-07-09 | 580559.58 |
| 2026-08-08 | 574648.96 |
| 2026-09-08 | 588311.12 |
High
589098.25
Low
17465.06
Average
207538.50
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.