Convert INR to JEP
Indian Rupee → Jersey Pound
1 INR = 0.00787522 JEP(1 JEP = 126.98065 INR)
Currency converter
1 INR =
0.0078752 JEP
INR to JEP: last 30 days
Over the last 30 days, 1 INR traded between 0.007714 and 0.007883 JEP, averaging 0.0077901 JEP. The INR/JEP rate is up 2.09% since 2026-08-28.
- 30-day high
- 0.007883
- 2026-09-24
- 30-day low
- 0.007714
- 2026-08-28
- 30-day average
- 0.0077901
- Days with data: 30
- 30-day change
- +2.09%
- since 2026-08-28
0.007883
0.0077142026-08-28 → 2026-09-26
| Date | 1 INR in JEP | Daily change |
|---|---|---|
| 2026-09-26 | 0.0078752 | 0.00% |
| 2026-09-25 | 0.0078752 | -0.10% |
| 2026-09-24 | 0.007883 | +0.20% |
| 2026-09-23 | 0.0078673 | +0.64% |
| 2026-09-22 | 0.0078171 | +0.24% |
| 2026-09-21 | 0.007798 | +0.15% |
| 2026-09-20 | 0.0077861 | -0.01% |
| 2026-09-19 | 0.0077871 | -0.36% |
| 2026-09-18 | 0.007815 | +0.30% |
| 2026-09-17 | 0.0077915 | +0.79% |
| 2026-09-16 | 0.0077303 | +0.03% |
| 2026-09-15 | 0.0077282 | -0.27% |
| 2026-09-14 | 0.0077487 | +0.17% |
| 2026-09-13 | 0.0077356 | +0.00% |
| 2026-09-12 | 0.0077355 | -0.21% |
| Date | 1 INR in JEP | Daily change |
|---|---|---|
| 2026-09-11 | 0.0077519 | +0.29% |
| 2026-09-10 | 0.0077296 | -0.41% |
| 2026-09-09 | 0.0077615 | -0.36% |
| 2026-09-08 | 0.0077893 | -0.57% |
| 2026-09-07 | 0.007834 | +0.05% |
| 2026-09-06 | 0.0078304 | +0.01% |
| 2026-09-05 | 0.0078294 | +0.10% |
| 2026-09-04 | 0.0078219 | -0.26% |
| 2026-09-03 | 0.0078421 | +0.56% |
| 2026-09-02 | 0.0077986 | +0.25% |
| 2026-09-01 | 0.007779 | +0.27% |
| 2026-08-31 | 0.0077577 | +0.17% |
| 2026-08-30 | 0.0077449 | -0.02% |
| 2026-08-29 | 0.0077463 | +0.42% |
| 2026-08-28 | 0.007714 | — |
INR to JEP conversion table
1 INR0.0078752 JEP
5 INR0.039376 JEP
10 INR0.078752 JEP
25 INR0.19688 JEP
50 INR0.39376 JEP
100 INR0.78752 JEP
500 INR3.9376 JEP
1,000 INR7.8752 JEP
5,000 INR39.3761 JEP
10,000 INR78.7522 JEP
Get the INR/JEP rate in your app
One GET request returns the latest INR → JEP 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/INR/JEP?precision=6"fetch('https://rate-api.com/api/v1/pair/INR/JEP?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} JEP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/JEP?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} JEP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/JEP?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} JEP\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "JEP"
},
"rate": 0.007875,
"timestamp": 1790429429,
"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
JEP to INRJersey Pound → Indian Rupee126.9807Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.