Convert USD to IRR
US Dollar → Iranian Rial
1 USD = 1,374,792.3 IRR(1 IRR = 0.000000727383 USD)
Currency converter
1 USD =
1,374,792.3 IRR
USD to IRR: last 30 days
Over the last 30 days, 1 USD traded between 1,374,113.4 and 1,375,460.1 IRR, averaging 1,374,772.6 IRR. The USD/IRR rate is up 0.05% since 2026-08-28.
- 30-day high
- 1,375,460.1
- 2026-09-23
- 30-day low
- 1,374,113.4
- 2026-08-28
- 30-day average
- 1,374,772.6
- Days with data: 30
- 30-day change
- +0.05%
- since 2026-08-28
1,375,460.1
1,374,113.42026-08-28 → 2026-09-26
| Date | 1 USD in IRR | Daily change |
|---|---|---|
| 2026-09-26 | 1,374,792.3 | 0.00% |
| 2026-09-25 | 1,374,792.3 | -0.03% |
| 2026-09-24 | 1,375,222.1 | -0.02% |
| 2026-09-23 | 1,375,460.1 | +0.03% |
| 2026-09-22 | 1,374,985.5 | +0.04% |
| 2026-09-21 | 1,374,496.2 | -0.01% |
| 2026-09-20 | 1,374,614.7 | -0.00% |
| 2026-09-19 | 1,374,674.5 | +0.01% |
| 2026-09-18 | 1,374,599.5 | +0.03% |
| 2026-09-17 | 1,374,197.9 | -0.03% |
| 2026-09-16 | 1,374,569.2 | -0.01% |
| 2026-09-15 | 1,374,742.5 | -0.01% |
| 2026-09-14 | 1,374,860.1 | -0.02% |
| 2026-09-13 | 1,375,185.2 | -0.00% |
| 2026-09-12 | 1,375,222.3 | +0.04% |
| Date | 1 USD in IRR | Daily change |
|---|---|---|
| 2026-09-11 | 1,374,736.2 | +0.02% |
| 2026-09-10 | 1,374,497.8 | -0.01% |
| 2026-09-09 | 1,374,591.1 | +0.00% |
| 2026-09-08 | 1,374,584.7 | +0.01% |
| 2026-09-07 | 1,374,472.5 | -0.03% |
| 2026-09-06 | 1,374,931.7 | -0.03% |
| 2026-09-05 | 1,375,302.5 | +0.04% |
| 2026-09-04 | 1,374,709.7 | +0.01% |
| 2026-09-03 | 1,374,561.8 | -0.03% |
| 2026-09-02 | 1,374,979.3 | +0.01% |
| 2026-09-01 | 1,374,871.6 | +0.01% |
| 2026-08-31 | 1,374,676.4 | -0.00% |
| 2026-08-30 | 1,374,679.9 | -0.03% |
| 2026-08-29 | 1,375,055.9 | +0.07% |
| 2026-08-28 | 1,374,113.4 | — |
USD to IRR conversion table
1 USD1,374,792.3 IRR
5 USD6,873,961.7 IRR
10 USD13,747,923 IRR
25 USD34,369,808 IRR
50 USD68,739,617 IRR
100 USD137,479,233 IRR
500 USD687,396,167 IRR
1,000 USD1,374,792,334 IRR
5,000 USD6,873,961,672 IRR
10,000 USD13,747,923,343 IRR
Get the USD/IRR rate in your app
One GET request returns the latest USD → IRR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/USD/IRR"fetch('https://rate-api.com/api/v1/pair/USD/IRR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} IRR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/IRR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} IRR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/IRR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} IRR\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "IRR"
},
"rate": 1374792.3343,
"timestamp": 1790447443,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
IRR to USDIranian Rial → US Dollar0.00000072738Convert USD to other currencies
Convert other currencies to IRR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.