Convert INR to DJF
Indian Rupee → Djiboutian Franc
1 INR = 1.85479 DJF(1 DJF = 0.539145 INR)
Currency converter
1 INR =
1.8548 DJF
INR to DJF: last 30 days
Over the last 30 days, 1 INR traded between 1.852 and 1.8904 DJF, averaging 1.8679 DJF. The INR/DJF rate is down 0.72% since 2026-08-28.
- 30-day high
- 1.8904
- 2026-09-06
- 30-day low
- 1.852
- 2026-09-24
- 30-day average
- 1.8679
- Days with data: 30
- 30-day change
- -0.72%
- since 2026-08-28
1.8904
1.8522026-08-28 → 2026-09-26
| Date | 1 INR in DJF | Daily change |
|---|---|---|
| 2026-09-26 | 1.8548 | 0.00% |
| 2026-09-25 | 1.8548 | +0.15% |
| 2026-09-24 | 1.852 | -0.23% |
| 2026-09-23 | 1.8563 | -0.37% |
| 2026-09-22 | 1.8632 | +0.29% |
| 2026-09-21 | 1.8578 | -0.13% |
| 2026-09-20 | 1.8603 | +0.12% |
| 2026-09-19 | 1.8581 | +0.06% |
| 2026-09-18 | 1.857 | -0.37% |
| 2026-09-17 | 1.8638 | +0.45% |
| 2026-09-16 | 1.8556 | +0.01% |
| 2026-09-15 | 1.8554 | -0.44% |
| 2026-09-14 | 1.8635 | -0.19% |
| 2026-09-13 | 1.8672 | +0.04% |
| 2026-09-12 | 1.8665 | +0.14% |
| Date | 1 INR in DJF | Daily change |
|---|---|---|
| 2026-09-11 | 1.8639 | -0.03% |
| 2026-09-10 | 1.8644 | -0.34% |
| 2026-09-09 | 1.8708 | -0.36% |
| 2026-09-08 | 1.8775 | -0.37% |
| 2026-09-07 | 1.8845 | -0.31% |
| 2026-09-06 | 1.8904 | +0.03% |
| 2026-09-05 | 1.8899 | +0.17% |
| 2026-09-04 | 1.8867 | +0.17% |
| 2026-09-03 | 1.8836 | +0.44% |
| 2026-09-02 | 1.8754 | -0.00% |
| 2026-09-01 | 1.8755 | -0.22% |
| 2026-08-31 | 1.8796 | +0.40% |
| 2026-08-30 | 1.872 | +0.21% |
| 2026-08-29 | 1.868 | -0.01% |
| 2026-08-28 | 1.8682 | — |
INR to DJF conversion table
1 INR1.8548 DJF
5 INR9.2739 DJF
10 INR18.5479 DJF
25 INR46.3697 DJF
50 INR92.7395 DJF
100 INR185.479 DJF
500 INR927.3949 DJF
1,000 INR1,854.7898 DJF
5,000 INR9,273.9488 DJF
10,000 INR18,547.898 DJF
Get the INR/DJF rate in your app
One GET request returns the latest INR → DJF 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/DJF"fetch('https://rate-api.com/api/v1/pair/INR/DJF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} DJF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/DJF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} DJF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/DJF');
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']} DJF\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "DJF"
},
"rate": 1.8548,
"timestamp": 1790429430,
"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
DJF to INRDjiboutian Franc → Indian Rupee0.53914Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.