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: show the values
| Point | TOP/IRR |
|---|---|
| 2025-09-25 | 17987.68 |
| 2025-10-02 | 17777.64 |
| 2025-10-09 | 17785.32 |
| 2025-10-16 | 17821.81 |
| 2025-10-23 | 17824.12 |
| 2025-10-30 | 17716.41 |
| 2025-11-06 | 17838.30 |
| 2025-11-13 | 17861.78 |
| 2025-11-20 | 17583.26 |
| 2025-11-27 | 17565.43 |
| 2025-12-04 | 17612.87 |
| 2025-12-12 | 17550.04 |
| 2025-12-19 | 17597.00 |
| 2025-12-26 | 17739.23 |
| 2026-01-02 | 17553.70 |
| 2026-01-09 | 17593.68 |
| 2026-01-16 | 451601.87 |
| 2026-01-23 | 454583.28 |
| 2026-01-30 | 470080.10 |
| 2026-02-06 | 503063.90 |
| 2026-02-13 | 546235.29 |
| 2026-02-20 | 548486.88 |
| 2026-02-27 | 561039.60 |
| 2026-03-06 | 561776.60 |
| 2026-03-13 | 562001.18 |
| 2026-03-20 | 560106.99 |
| 2026-03-27 | 562999.93 |
| 2026-04-03 | 557376.06 |
| 2026-04-10 | 560773.55 |
| 2026-04-18 | 548850.40 |
| 2026-04-25 | 546981.48 |
| 2026-05-02 | 545735.35 |
| 2026-05-09 | 544697.13 |
| 2026-05-17 | 559626.03 |
| 2026-05-25 | 566240.94 |
| 2026-06-01 | 580327.56 |
| 2026-06-10 | 585147.45 |
| 2026-06-17 | 590849.67 |
| 2026-06-24 | 582404.98 |
| 2026-07-01 | 580617.11 |
| 2026-07-08 | 586256.08 |
| 2026-07-15 | 582081.83 |
| 2026-07-22 | 581494.83 |
| 2026-07-29 | 584130.27 |
| 2026-08-05 | 583520.26 |
| 2026-08-12 | 583657.03 |
| 2026-08-20 | 586569.89 |
| 2026-08-27 | 588766.88 |
| 2026-09-03 | 588132.76 |
| 2026-09-10 | 587526.34 |
| 2026-09-17 | 584097.91 |
| 2026-09-24 | 582536.85 |
High
590849.67
Low
17550.04
Average
396417.09
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.